]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/input/touchscreen/tsc2005.c
spi: Drop owner assignment from spi_drivers
[karo-tx-linux.git] / drivers / input / touchscreen / tsc2005.c
index 0f65d02eeb26f7eaca523d4062dbdd479977a3d5..f41f23318484d1fb97a427b38e28f15c6e585f57 100644 (file)
@@ -752,7 +752,6 @@ static SIMPLE_DEV_PM_OPS(tsc2005_pm_ops, tsc2005_suspend, tsc2005_resume);
 static struct spi_driver tsc2005_driver = {
        .driver = {
                .name   = "tsc2005",
-               .owner  = THIS_MODULE,
                .pm     = &tsc2005_pm_ops,
        },
        .probe  = tsc2005_probe,