summaryrefslogtreecommitdiffstats
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)
return 0;
}
-struct platform_driver htcherald_panel_driver = {
+static struct platform_driver htcherald_panel_driver = {
.probe = htcherald_panel_probe,
.remove = htcherald_panel_remove,
.suspend = htcherald_panel_suspend,