diff options
author | Mark Brown <broonie@kernel.org> | 2015-08-30 14:52:16 (GMT) |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-30 14:52:16 (GMT) |
commit | 28becbd59c89cccf26b7539684105437fa77210e (patch) | |
tree | 515a1df93817c4f164d38a75cac4aa6128079df6 /sound/soc/codecs/sta529.c | |
parent | cb42e0f709a73caf4d631be32189bb1ca513ad25 (diff) | |
parent | dbe71b9d86ee77cf58a92657c43b0e48954dc62b (diff) | |
download | linux-28becbd59c89cccf26b7539684105437fa77210e.tar.xz |
Merge remote-tracking branch 'asoc/topic/ssm4567' into asoc-next
Diffstat (limited to 'sound/soc/codecs/sta529.c')
-rw-r--r-- | sound/soc/codecs/sta529.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/sta529.c b/sound/soc/codecs/sta529.c index 4f70378..3430f44 100644 --- a/sound/soc/codecs/sta529.c +++ b/sound/soc/codecs/sta529.c @@ -379,7 +379,6 @@ MODULE_DEVICE_TABLE(i2c, sta529_i2c_id); static struct i2c_driver sta529_i2c_driver = { .driver = { .name = "sta529", - .owner = THIS_MODULE, }, .probe = sta529_i2c_probe, .remove = sta529_i2c_remove, |