aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8804-i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8804-i2c.c')
-rw-r--r--sound/soc/codecs/wm8804-i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8804-i2c.c b/sound/soc/codecs/wm8804-i2c.c
index 6596f5f3a0c3..f27464c2c5ba 100644
--- a/sound/soc/codecs/wm8804-i2c.c
+++ b/sound/soc/codecs/wm8804-i2c.c
@@ -49,7 +49,6 @@ MODULE_DEVICE_TABLE(of, wm8804_of_match);
49static struct i2c_driver wm8804_i2c_driver = { 49static struct i2c_driver wm8804_i2c_driver = {
50 .driver = { 50 .driver = {
51 .name = "wm8804", 51 .name = "wm8804",
52 .owner = THIS_MODULE,
53 .pm = &wm8804_pm, 52 .pm = &wm8804_pm,
54 .of_match_table = wm8804_of_match, 53 .of_match_table = wm8804_of_match,
55 }, 54 },