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 -- [EMAIL PROTECTED]

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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to