aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/omap/omapfb_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/omap/omapfb_main.c')
-rw-r--r--drivers/video/fbdev/omap/omapfb_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap/omapfb_main.c b/drivers/video/fbdev/omap/omapfb_main.c
index e4fc6d9b5371..d8d028d98711 100644
--- a/drivers/video/fbdev/omap/omapfb_main.c
+++ b/drivers/video/fbdev/omap/omapfb_main.c
@@ -1823,6 +1823,7 @@ void omapfb_register_panel(struct lcd_panel *panel)
1823 if (fbdev_pdev != NULL) 1823 if (fbdev_pdev != NULL)
1824 omapfb_do_probe(fbdev_pdev, fbdev_panel); 1824 omapfb_do_probe(fbdev_pdev, fbdev_panel);
1825} 1825}
1826EXPORT_SYMBOL_GPL(omapfb_register_panel);
1826 1827
1827/* Called when the device is being detached from the driver */ 1828/* Called when the device is being detached from the driver */
1828static int omapfb_remove(struct platform_device *pdev) 1829static int omapfb_remove(struct platform_device *pdev)