X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=drivers%2Fmmc%2Fhost%2Fmmc_spi.c;h=1c1b45ef3faf847d4087d61904ed18c1a6f7ce5e;hp=8ee11f4120fcae295756118c492b9cdef150eadf;hb=445c9a9ed069c1a4f4142d66a1c46df7ef8911f0;hpb=6b4fb91e0cd4ed33c5daf725b3537b3aaacbea08 diff --git a/drivers/mmc/host/mmc_spi.c b/drivers/mmc/host/mmc_spi.c index 8ee11f4120fc..1c1b45ef3faf 100644 --- a/drivers/mmc/host/mmc_spi.c +++ b/drivers/mmc/host/mmc_spi.c @@ -1516,7 +1516,6 @@ MODULE_DEVICE_TABLE(of, mmc_spi_of_match_table); static struct spi_driver mmc_spi_driver = { .driver = { .name = "mmc_spi", - .owner = THIS_MODULE, .of_match_table = mmc_spi_of_match_table, }, .probe = mmc_spi_probe,