Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
[firefly-linux-kernel-4.4.55.git] / sound / soc / codecs / wm8580.c
index 759a7928ac3ee48a43ecf7f626683042d5126534..66602bf02f6e43f755306bcd6cc04f2b1514c456 100644 (file)
@@ -916,6 +916,7 @@ static const struct of_device_id wm8580_of_match[] = {
        { .compatible = "wlf,wm8580" },
        { },
 };
+MODULE_DEVICE_TABLE(of, wm8580_of_match);
 
 static const struct regmap_config wm8580_regmap = {
        .reg_bits = 7,
@@ -978,7 +979,6 @@ MODULE_DEVICE_TABLE(i2c, wm8580_i2c_id);
 static struct i2c_driver wm8580_i2c_driver = {
        .driver = {
                .name = "wm8580",
-               .owner = THIS_MODULE,
                .of_match_table = wm8580_of_match,
        },
        .probe =    wm8580_i2c_probe,