Skip to content

Commit

Permalink
ASoC: rt286: make rt286_i2c_driver static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bard Liao authored and Mark Brown committed Jul 14, 2014
1 parent bc6c4e4 commit 23c4fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/rt286.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 23c4fd5

Please sign in to comment.