aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap/lcd_htcherald.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/omap/lcd_htcherald.c')
-rw-r--r--drivers/video/omap/lcd_htcherald.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap/lcd_htcherald.c b/drivers/video/omap/lcd_htcherald.c
index 4802419da83b..b1a022f52a39 100644
--- a/drivers/video/omap/lcd_htcherald.c
+++ b/drivers/video/omap/lcd_htcherald.c
@@ -104,7 +104,7 @@ static int htcherald_panel_resume(struct platform_device *pdev)
104 return 0; 104 return 0;
105} 105}
106 106
107struct platform_driver htcherald_panel_driver = { 107static struct platform_driver htcherald_panel_driver = {
108 .probe = htcherald_panel_probe, 108 .probe = htcherald_panel_probe,
109 .remove = htcherald_panel_remove, 109 .remove = htcherald_panel_remove,
110 .suspend = htcherald_panel_suspend, 110 .suspend = htcherald_panel_suspend,