]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/mfd/arizona-spi.c
spi: Drop owner assignment from spi_drivers
[karo-tx-linux.git] / drivers / mfd / arizona-spi.c
index 1e845f6d407b82aa6e26ec5ef19b5545b911ddac..03d62f7b47205cbd5c8db2bce120a8c5d124b84d 100644 (file)
@@ -93,7 +93,6 @@ MODULE_DEVICE_TABLE(spi, arizona_spi_ids);
 static struct spi_driver arizona_spi_driver = {
        .driver = {
                .name   = "arizona",
-               .owner  = THIS_MODULE,
                .pm     = &arizona_pm_ops,
                .of_match_table = of_match_ptr(arizona_of_match),
        },