]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/input/touchscreen/ads7846.c
spi: Drop owner assignment from spi_drivers
[karo-tx-linux.git] / drivers / input / touchscreen / ads7846.c
index 0f5f968592bd02afd9c5381a8839b3428c3bcbea..7f268cd81c5e3e43019dadf8d1c8c1c025b00511 100644 (file)
@@ -1496,7 +1496,6 @@ static int ads7846_remove(struct spi_device *spi)
 static struct spi_driver ads7846_driver = {
        .driver = {
                .name   = "ads7846",
-               .owner  = THIS_MODULE,
                .pm     = &ads7846_pm,
                .of_match_table = of_match_ptr(ads7846_dt_ids),
        },