diff options
Diffstat (limited to 'kernel/sound/soc/codecs/wm8804-i2c.c')
-rw-r--r-- | kernel/sound/soc/codecs/wm8804-i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sound/soc/codecs/wm8804-i2c.c b/kernel/sound/soc/codecs/wm8804-i2c.c index 6596f5f3a..f27464c2c 100644 --- a/kernel/sound/soc/codecs/wm8804-i2c.c +++ b/kernel/sound/soc/codecs/wm8804-i2c.c @@ -49,7 +49,6 @@ MODULE_DEVICE_TABLE(of, wm8804_of_match); static struct i2c_driver wm8804_i2c_driver = { .driver = { .name = "wm8804", - .owner = THIS_MODULE, .pm = &wm8804_pm, .of_match_table = wm8804_of_match, }, |