aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/omap/lcd_inn1510.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-12-09 09:37:57 +0800
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-01-02 08:51:25 +0200
commitf990544125b7599e537dbb17c511e68f2dbdb910 (patch)
tree62f4bdd027569001e669ef741d4d05a661825e2b /drivers/video/omap/lcd_inn1510.c
parent6ac48d1e3ac788ad1d54895acd83be26cefb4fe9 (diff)
video: omap: Staticise non-exported symbols
These symbols are not used outside it's driver so no need to make the symbol global. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap/lcd_inn1510.c')
-rw-r--r--drivers/video/omap/lcd_inn1510.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap/lcd_inn1510.c b/drivers/video/omap/lcd_inn1510.c
index 3271f1643b2..d12994613bd 100644
--- a/drivers/video/omap/lcd_inn1510.c
+++ b/drivers/video/omap/lcd_inn1510.c
@@ -98,7 +98,7 @@ static int innovator1510_panel_resume(struct platform_device *pdev)
return 0;
}
-struct platform_driver innovator1510_panel_driver = {
+static struct platform_driver innovator1510_panel_driver = {
.probe = innovator1510_panel_probe,
.remove = innovator1510_panel_remove,
.suspend = innovator1510_panel_suspend,