public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH: export linux_logo_bw for hgafb.c
@ 2001-05-15 23:02 H . J . Lu
  2001-05-16 13:41 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: H . J . Lu @ 2001-05-15 23:02 UTC (permalink / raw)
  To: linux kernel

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);

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-05-16 16:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-15 23:02 PATCH: export linux_logo_bw for hgafb.c H . J . Lu
2001-05-16 13:41 ` Geert Uytterhoeven
2001-05-16 16:46   ` H . J . Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox