mirror of https://gitee.com/openkylin/linux.git
video: da8xx-fb: Staticize reg_context
'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>
This commit is contained in:
parent
9aae307c6a
commit
58f3853af9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue