These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / misc / lis3lv02d / lis3lv02d_spi.c
index b2f6e16..e575475 100644 (file)
@@ -138,7 +138,6 @@ static SIMPLE_DEV_PM_OPS(lis3lv02d_spi_pm, lis3lv02d_spi_suspend,
 static struct spi_driver lis302dl_spi_driver = {
        .driver  = {
                .name   = DRV_NAME,
-               .owner  = THIS_MODULE,
                .pm     = &lis3lv02d_spi_pm,
                .of_match_table = of_match_ptr(lis302dl_spi_dt_ids),
        },