projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aae307
)
video: da8xx-fb: Staticize reg_context
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 25 Sep 2013 11:29:51 +0000
(16:59 +0530)
committer
Tomi 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
patch
|
blob
|
history
diff --git
a/drivers/video/da8xx-fb.c
b/drivers/video/da8xx-fb.c
index 70fc8e89cf198840e600d8ebdc5eba37498e3f35..0670c85bef445a738ea8ed14410e25795aa86f54 100644
(file)
--- a/
drivers/video/da8xx-fb.c
+++ b/
drivers/video/da8xx-fb.c
@@
-1548,7
+1548,7
@@
err_pm_runtime_disable:
}
#ifdef CONFIG_PM
-struct lcdc_context {
+st
atic st
ruct lcdc_context {
u32 clk_enable;
u32 ctrl;
u32 dma_ctrl;