diff options
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/at25.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/at25.c b/drivers/spi/at25.c index 8efa07e8b8c2..fde1dededba3 100644 --- a/drivers/spi/at25.c +++ b/drivers/spi/at25.c | |||
@@ -314,7 +314,6 @@ static int at25_probe(struct spi_device *spi) | |||
314 | */ | 314 | */ |
315 | at25->bin.attr.name = "eeprom"; | 315 | at25->bin.attr.name = "eeprom"; |
316 | at25->bin.attr.mode = S_IRUSR; | 316 | at25->bin.attr.mode = S_IRUSR; |
317 | at25->bin.attr.owner = THIS_MODULE; | ||
318 | at25->bin.read = at25_bin_read; | 317 | at25->bin.read = at25_bin_read; |
319 | 318 | ||
320 | at25->bin.size = at25->chip.byte_len; | 319 | at25->bin.size = at25->chip.byte_len; |