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>
This commit is contained in:
Douglas Anderson 2017-04-14 09:40:30 -07:00 committed by Mark Brown
parent a5de5b74a5
commit d0c02e14e4
1 changed files with 1 additions and 1 deletions

View File

@ -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),