aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorBard Liao <bardliao@realtek.com>2014-07-14 10:18:04 +0800
committerMark Brown <broonie@linaro.org>2014-07-14 19:14:14 +0100
commit23c4fd5c9719e8fc60d589b9f9c7451120f4f3e9 (patch)
treee1965ebcdfdc9a85dcf4c5caed84dfb3ec7049b7 /sound/soc
parentASoC: RT286: Fix silent at the beginning of stream (diff)
downloadlinux-dev-23c4fd5c9719e8fc60d589b9f9c7451120f4f3e9.tar.xz
linux-dev-23c4fd5c9719e8fc60d589b9f9c7451120f4f3e9.zip
ASoC: rt286: make rt286_i2c_driver static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/rt286.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c
index 81033154a412..218f86efd196 100644
--- a/sound/soc/codecs/rt286.c
+++ b/sound/soc/codecs/rt286.c
@@ -1206,7 +1206,7 @@ static int rt286_i2c_remove(struct i2c_client *i2c)
}
-struct i2c_driver rt286_i2c_driver = {
+static struct i2c_driver rt286_i2c_driver = {
.driver = {
.name = "rt286",
.owner = THIS_MODULE,