]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ASoC: rt286: make rt286_i2c_driver static
authorBard Liao <bardliao@realtek.com>
Mon, 14 Jul 2014 02:18:04 +0000 (10:18 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 14 Jul 2014 18:14:14 +0000 (19:14 +0100)
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>
sound/soc/codecs/rt286.c

index 81033154a412eebfd4ff5a421e6b89aca2915dfa..218f86efd19600d695906a333889baeb3063986b 100644 (file)
@@ -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,