projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8016d4
)
mfd: stw481x: Staticize stw481x_regmap_config
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 12 Feb 2014 09:10:12 +0000
(14:40 +0530)
committer
Lee Jones
<lee.jones@linaro.org>
Wed, 19 Mar 2014 08:58:17 +0000
(08:58 +0000)
stw481x_regmap_config is local to this file.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/stw481x.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/stw481x.c
b/drivers/mfd/stw481x.c
index 1243d5c6a448568e2b1166ae34ab7e61b16e78de..cc42f88586f65e8a5f5e9ea68a20859158a0f94c 100644
(file)
--- a/
drivers/mfd/stw481x.c
+++ b/
drivers/mfd/stw481x.c
@@
-167,7
+167,7
@@
static struct mfd_cell stw481x_cells[] = {
},
};
-const struct regmap_config stw481x_regmap_config = {
+
static
const struct regmap_config stw481x_regmap_config = {
.reg_bits = 8,
.val_bits = 8,
};