Commit 58f3853a authored by Sachin Kamat's avatar Sachin Kamat Committed by Tomi Valkeinen

video: da8xx-fb: Staticize reg_context

'reg_context' is local to this file. Make it static.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 9aae307c
......@@ -1548,7 +1548,7 @@ static int fb_probe(struct platform_device *device)
}
#ifdef CONFIG_PM
struct lcdc_context {
static struct lcdc_context {
u32 clk_enable;
u32 ctrl;
u32 dma_ctrl;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment