linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] export fb_blank in fbmem.c
@ 2002-12-31  9:16 Robert Schiele
  2002-12-31 20:25 ` James Simmons
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Schiele @ 2002-12-31  9:16 UTC (permalink / raw)
  To: linux-fbdev-devel

[-- Attachment #1: Type: text/plain, Size: 597 bytes --]

Hello.

fb_blank() from fbmem.c is used in fbcon.ko, so this function should
be exported.

This is done by the following trivial fix.

Robert

--- linux-2.5.53/drivers/video/fbmem.c~	2002-12-31 09:28:23.000000000 +0100
+++ linux-2.5.53/drivers/video/fbmem.c	2002-12-31 09:28:45.000000000 +0100
@@ -930,5 +930,6 @@
 EXPORT_SYMBOL(unregister_framebuffer);
 EXPORT_SYMBOL(registered_fb);
 EXPORT_SYMBOL(num_registered_fb);
+EXPORT_SYMBOL(fb_blank)
 
 MODULE_LICENSE("GPL");

-- 
Robert Schiele			Tel.: +49-621-181-2517
Dipl.-Wirtsch.informatiker	mailto:rschiele@uni-mannheim.de

[-- Attachment #2: Type: application/pgp-signature, Size: 481 bytes --]

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

end of thread, other threads:[~2002-12-31 19:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-31  9:16 [PATCH] export fb_blank in fbmem.c Robert Schiele
2002-12-31 20:25 ` James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).