Re: PATCH: export linux_logo_bw for hgafb.c

Geert Uytterhoeven (geert@linux-m68k.org)
Wed, 16 May 2001 15:41:40 +0200 (CEST)


On Tue, 15 May 2001, H . J . Lu wrote:
> Here is a patch for 2.4.4. linux_logo_bw is used in hgafb.c, which
> can be compiled as a module. But linux_logo_bw is not exported.
>
>
> H.J.
> ---
> --- linux-2.4.4-ac9/drivers/video/fbcon.c.mod Tue May 15 15:39:17 2001
> +++ linux-2.4.4-ac9/drivers/video/fbcon.c Tue May 15 15:40:18 2001
> @@ -2495,3 +2495,4 @@ EXPORT_SYMBOL(fbcon_redraw_bmove);
> EXPORT_SYMBOL(fbcon_redraw_clear);
> EXPORT_SYMBOL(fbcon_dummy);
> EXPORT_SYMBOL(fb_con);
> +EXPORT_SYMBOL(linux_logo_bw);

linux_logo_bw is __initdata.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/