* FB: Export symbol fb_mode_option
@ 2008-05-21 21:39 Geoff Levand
2008-05-29 18:59 ` [patch] " Geoff Levand
0 siblings, 1 reply; 2+ messages in thread
From: Geoff Levand @ 2008-05-21 21:39 UTC (permalink / raw)
To: adaplas; +Cc: Geert Uytterhoeven, linux-fbdev-devel
Frame buffer drivers and the associated mode setting
drivers can be built as modules, so fb_mode_option needs
to be exported to support these.
Prevents this error:
ERROR: "fb_mode_option" [drivers/ps3/ps3av_mod.ko] undefined!
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
---
drivers/video/modedb.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/video/modedb.c
+++ b/drivers/video/modedb.c
@@ -28,6 +28,7 @@
#endif
const char *fb_mode_option;
+EXPORT_SYMBOL_GPL(fb_mode_option);
/*
* Standard video mode definitions (taken from XFree86)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 2+ messages in thread* [patch] FB: Export symbol fb_mode_option
2008-05-21 21:39 FB: Export symbol fb_mode_option Geoff Levand
@ 2008-05-29 18:59 ` Geoff Levand
0 siblings, 0 replies; 2+ messages in thread
From: Geoff Levand @ 2008-05-29 18:59 UTC (permalink / raw)
To: akpm; +Cc: Geert Uytterhoeven, linux-fbdev-devel, adaplas
Frame buffer and mode setting drivers can be built as modules,
so fb_mode_option needs to be exported to support these.
Prevents this error:
ERROR: "fb_mode_option" [drivers/ps3/ps3av_mod.ko] undefined!
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
---
Hi Andrew,
I posted this to the linux-fbdev some time ago, but no
one picked it up. Could you please merge it for 2.6.26.
-Geoff
drivers/video/modedb.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/video/modedb.c
+++ b/drivers/video/modedb.c
@@ -28,6 +28,7 @@
#endif
const char *fb_mode_option;
+EXPORT_SYMBOL_GPL(fb_mode_option);
/*
* Standard video mode definitions (taken from XFree86)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-29 18:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21 21:39 FB: Export symbol fb_mode_option Geoff Levand
2008-05-29 18:59 ` [patch] " Geoff Levand
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).