Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0c02e14 authored by Douglas Anderson's avatar Douglas Anderson Committed by Mark Brown
Browse files

ASoC: rt5514: Mark rt5514_i2c_driver as static



There's no reason for rt5514_i2c_driver to be non-static.

Signed-off-by: default avatarDouglas Anderson <dianders@chromium.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent a5de5b74
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1149,7 +1149,7 @@ static int rt5514_i2c_remove(struct i2c_client *i2c)
	return 0;
	return 0;
}
}


struct i2c_driver rt5514_i2c_driver = {
static struct i2c_driver rt5514_i2c_driver = {
	.driver = {
	.driver = {
		.name = "rt5514",
		.name = "rt5514",
		.of_match_table = of_match_ptr(rt5514_of_match),
		.of_match_table = of_match_ptr(rt5514_of_match),