From f990544125b7599e537dbb17c511e68f2dbdb910 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Fri, 9 Dec 2011 09:37:57 +0800 Subject: 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 Signed-off-by: Tomi Valkeinen --- drivers/video/omap/lcd_inn1610.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/video/omap/lcd_inn1610.c') diff --git a/drivers/video/omap/lcd_inn1610.c b/drivers/video/omap/lcd_inn1610.c index 12cc52a70f96..a95756bfda0e 100644 --- a/drivers/video/omap/lcd_inn1610.c +++ b/drivers/video/omap/lcd_inn1610.c @@ -122,7 +122,7 @@ static int innovator1610_panel_resume(struct platform_device *pdev) return 0; } -struct platform_driver innovator1610_panel_driver = { +static struct platform_driver innovator1610_panel_driver = { .probe = innovator1610_panel_probe, .remove = innovator1610_panel_remove, .suspend = innovator1610_panel_suspend, -- cgit v1.2.3