X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=drivers%2Finput%2Fmisc%2Fad714x-spi.c;h=aac910326447cfcf39a1ae611cdb435150bbd5d4;hp=c8170f0829624a111f1d8a3a68ad1abe6d6b7445;hb=445c9a9ed069c1a4f4142d66a1c46df7ef8911f0;hpb=927055c8b5b79a051bcff8e6c968139358821d6e diff --git a/drivers/input/misc/ad714x-spi.c b/drivers/input/misc/ad714x-spi.c index c8170f082962..aac910326447 100644 --- a/drivers/input/misc/ad714x-spi.c +++ b/drivers/input/misc/ad714x-spi.c @@ -104,7 +104,6 @@ static int ad714x_spi_probe(struct spi_device *spi) static struct spi_driver ad714x_spi_driver = { .driver = { .name = "ad714x_captouch", - .owner = THIS_MODULE, .pm = &ad714x_spi_pm, }, .probe = ad714x_spi_probe,