]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/soc/codecs/wm8711.c
spi: Drop owner assignment from spi_drivers
[karo-tx-linux.git] / sound / soc / codecs / wm8711.c
index cc8251f09f8ab8240140030302cbbe11c095ef79..c759ec068e976cb732cad35ea83a508beaa6d03b 100644 (file)
@@ -431,7 +431,6 @@ static int wm8711_spi_remove(struct spi_device *spi)
 static struct spi_driver wm8711_spi_driver = {
        .driver = {
                .name   = "wm8711",
-               .owner  = THIS_MODULE,
                .of_match_table = wm8711_of_match,
        },
        .probe          = wm8711_spi_probe,
@@ -478,7 +477,6 @@ MODULE_DEVICE_TABLE(i2c, wm8711_i2c_id);
 static struct i2c_driver wm8711_i2c_driver = {
        .driver = {
                .name = "wm8711",
-               .owner = THIS_MODULE,
                .of_match_table = wm8711_of_match,
        },
        .probe =    wm8711_i2c_probe,