* [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* Re: [PATCH] export fb_blank in fbmem.c
2002-12-31 9:16 [PATCH] export fb_blank in fbmem.c Robert Schiele
@ 2002-12-31 20:25 ` James Simmons
0 siblings, 0 replies; 2+ messages in thread
From: James Simmons @ 2002-12-31 20:25 UTC (permalink / raw)
To: Robert Schiele; +Cc: linux-fbdev-devel
It will be in the next BK push
MS: (n) 1. A debilitating and surprisingly widespread affliction that
renders the sufferer barely able to perform the simplest task. 2. A disease.
James Simmons [jsimmons@users.sf.net] ____/|
fbdev/console/gfx developer \ o.O|
http://www.linux-fbdev.org =(_)=
http://linuxgfx.sourceforge.net U
http://linuxconsole.sourceforge.net
On Tue, 31 Dec 2002, Robert Schiele wrote:
> 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
>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ 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).