]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/input/touchscreen/ad7879-spi.c
spi: Drop owner assignment from spi_drivers
[karo-tx-linux.git] / drivers / input / touchscreen / ad7879-spi.c
index 1a7b1143536e1d4a68dd6fb9e1c85cf992afee04..48033c2689ab47dcdbf6334a76930a460c87df73 100644 (file)
@@ -149,7 +149,6 @@ static int ad7879_spi_remove(struct spi_device *spi)
 static struct spi_driver ad7879_spi_driver = {
        .driver = {
                .name   = "ad7879",
-               .owner  = THIS_MODULE,
                .pm     = &ad7879_pm_ops,
        },
        .probe          = ad7879_spi_probe,