OSDN Git Service

video: da8xx-fb: Staticize reg_context
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 25 Sep 2013 11:29:51 +0000 (16:59 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 26 Sep 2013 08:50:08 +0000 (11:50 +0300)
'reg_context' is local to this file. Make it static.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/da8xx-fb.c

index 70fc8e8..0670c85 100644 (file)
@@ -1548,7 +1548,7 @@ err_pm_runtime_disable:
 }
 
 #ifdef CONFIG_PM
-struct lcdc_context {
+static struct lcdc_context {
        u32 clk_enable;
        u32 ctrl;
        u32 dma_ctrl;