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_htcherald.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/video/omap/lcd_htcherald.c') 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, -- cgit v1.2.3