These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / mips / txx9 / generic / spi_eeprom.c
index 3dbad99..d833dd2 100644 (file)
@@ -80,7 +80,6 @@ static int __init early_seeprom_probe(struct spi_device *spi)
 static struct spi_driver early_seeprom_driver __initdata = {
        .driver = {
                .name   = "at25",
-               .owner  = THIS_MODULE,
        },
        .probe  = early_seeprom_probe,
 };