aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5514.c
diff options
context:
space:
mode:
authorGravatar Douglas Anderson <dianders@chromium.org> 2017-04-14 09:40:30 -0700
committerGravatar Mark Brown <broonie@kernel.org> 2017-04-14 18:11:37 +0100
commitd0c02e14e48be94dd312ff6edffab9f9e6acd480 (patch)
treec4b17288ad69c6bda2bb24456feacaa31be6aa2d /sound/soc/codecs/rt5514.c
parentMerge remote-tracking branches 'asoc/topic/wm9712', 'asoc/topic/wm9713' and '... (diff)
downloadlinux-d0c02e14e48be94dd312ff6edffab9f9e6acd480.tar.gz
linux-d0c02e14e48be94dd312ff6edffab9f9e6acd480.tar.bz2
linux-d0c02e14e48be94dd312ff6edffab9f9e6acd480.zip
ASoC: rt5514: Mark rt5514_i2c_driver as static
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>
Diffstat (limited to 'sound/soc/codecs/rt5514.c')
-rw-r--r--sound/soc/codecs/rt5514.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5514.c b/sound/soc/codecs/rt5514.c
index b281a46d769d..481e77763fe4 100644
--- 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 = {
+static struct i2c_driver rt5514_i2c_driver = {
.driver = {
.name = "rt5514",
.of_match_table = of_match_ptr(rt5514_of_match),