aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/txx9/generic/spi_eeprom.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/txx9/generic/spi_eeprom.c')
-rw-r--r--arch/mips/txx9/generic/spi_eeprom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/txx9/generic/spi_eeprom.c b/arch/mips/txx9/generic/spi_eeprom.c
index 3dbad99d5611..d833dd2c9b55 100644
--- a/arch/mips/txx9/generic/spi_eeprom.c
+++ b/arch/mips/txx9/generic/spi_eeprom.c
@@ -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,
};