X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fspi%2Fspi-ath79.c;h=b02eb4ac02180e6cf4633d91590f99b6dbccc2c6;hb=d3255ec483ca048192f6e8a8789e08e32b379b84;hp=058db0fe8dc75f4565339ee673a382bf3d97ae9b;hpb=19d402c1e75077e2bcfe17f7fe5bcfc8deb74991;p=karo-tx-linux.git 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 = { .shutdown = ath79_spi_shutdown, .driver = { .name = DRV_NAME, - .owner = THIS_MODULE, }, }; module_platform_driver(ath79_spi_driver);