These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / iio / gyro / adis16130.c
index 8d08c7e..e5241f4 100644 (file)
@@ -167,7 +167,6 @@ static int adis16130_probe(struct spi_device *spi)
 static struct spi_driver adis16130_driver = {
        .driver = {
                .name = "adis16130",
-               .owner = THIS_MODULE,
        },
        .probe = adis16130_probe,
 };