diff options
Diffstat (limited to 'drivers/video/omap/lcd_htcherald.c')
-rw-r--r-- | drivers/video/omap/lcd_htcherald.c | 2 |
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 | ||
107 | struct platform_driver htcherald_panel_driver = { | 107 | static 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, |