[TRIVIAL] fix modular fb drivers

From: Arnd Bergmann
Date: Fri Mar 12 2004 - 15:19:59 EST


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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/