diff options
Diffstat (limited to 'drivers/spi/spi-ath79.c')
-rw-r--r-- | drivers/spi/spi-ath79.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-ath79.c b/drivers/spi/spi-ath79.c index 058db0fe8dc7..b02eb4ac0218 100644 --- a/drivers/spi/spi-ath79.c +++ b/drivers/spi/spi-ath79.c | |||
@@ -307,7 +307,6 @@ static struct platform_driver ath79_spi_driver = { | |||
307 | .shutdown = ath79_spi_shutdown, | 307 | .shutdown = ath79_spi_shutdown, |
308 | .driver = { | 308 | .driver = { |
309 | .name = DRV_NAME, | 309 | .name = DRV_NAME, |
310 | .owner = THIS_MODULE, | ||
311 | }, | 310 | }, |
312 | }; | 311 | }; |
313 | module_platform_driver(ath79_spi_driver); | 312 | module_platform_driver(ath79_spi_driver); |