From: Douglas Anderson Date: Fri, 14 Apr 2017 16:40:30 +0000 (-0700) Subject: ASoC: rt5514: Mark rt5514_i2c_driver as static X-Git-Tag: v4.12-rc1~115^2^2~5^3~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d0c02e14e48be94dd312ff6edffab9f9e6acd480;p=karo-tx-linux.git 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 Signed-off-by: Mark Brown --- 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),