projects
/
GitHub
/
moto-9609
/
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:
a5de5b7
)
ASoC: rt5514: Mark rt5514_i2c_driver as static
author
Douglas Anderson
<dianders@chromium.org>
Fri, 14 Apr 2017 16:40:30 +0000
(09:40 -0700)
committer
Mark Brown
<broonie@kernel.org>
Fri, 14 Apr 2017 17:11:37 +0000
(18:11 +0100)
There's no reason for rt5514_i2c_driver to be non-static.
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5514.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/rt5514.c
b/sound/soc/codecs/rt5514.c
index b281a46d769dc25165a7bb6073ec72d4a302fafd..481e77763fe4c04c699c1ef2fe41285b4a332a4a 100644
(file)
--- a/
sound/soc/codecs/rt5514.c
+++ b/
sound/soc/codecs/rt5514.c
@@
-1149,7
+1149,7
@@
static int rt5514_i2c_remove(struct i2c_client *i2c)
return 0;
}
-struct i2c_driver rt5514_i2c_driver = {
+st
atic st
ruct i2c_driver rt5514_i2c_driver = {
.driver = {
.name = "rt5514",
.of_match_table = of_match_ptr(rt5514_of_match),