* [TRIVIAL] fix modular fb drivers
@ 2004-03-12 19:48 Arnd Bergmann
0 siblings, 0 replies; only message in thread
From: Arnd Bergmann @ 2004-03-12 19:48 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel, James Simmons, Kronos
The recent "fbdev: monitor detection fixes" patch broke modular
frame buffer drivers, so this patch is now needed for 2.6.4-bk.
===== drivers/video/modedb.c 1.11 vs edited =====
--- 1.11/drivers/video/modedb.c Fri Mar 12 10:33:04 2004
+++ edited/drivers/video/modedb.c Fri Mar 12 20:44:19 2004
@@ -554,5 +554,5 @@
return 0;
}
-EXPORT_SYMBOL(__fb_try_mode);
EXPORT_SYMBOL(vesa_modes);
+EXPORT_SYMBOL(fb_find_mode);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-03-12 20:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-12 19:48 [TRIVIAL] fix modular fb drivers Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox