提交 58f3853a 编写于 作者: S Sachin Kamat 提交者: Tomi Valkeinen

video: da8xx-fb: Staticize reg_context

'reg_context' is local to this file. Make it static.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 9aae307c
...@@ -1548,7 +1548,7 @@ static int fb_probe(struct platform_device *device) ...@@ -1548,7 +1548,7 @@ static int fb_probe(struct platform_device *device)
} }
#ifdef CONFIG_PM #ifdef CONFIG_PM
struct lcdc_context { static struct lcdc_context {
u32 clk_enable; u32 clk_enable;
u32 ctrl; u32 ctrl;
u32 dma_ctrl; u32 dma_ctrl;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册