mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
ASoC: rt286: make rt286_i2c_driver static
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>
This commit is contained in:
parent
bc6c4e455a
commit
23c4fd5c97
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user