Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: sdhci-pic32: remove owner assignment

A platform_driver does not need to set an owner, it will be populated
by the driver core.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Masahiro Yamada and committed by
Ulf Hansson
dc4c90fa 15e82076

-1
-1
drivers/mmc/host/sdhci-pic32.c
··· 243 243 static struct platform_driver pic32_sdhci_driver = { 244 244 .driver = { 245 245 .name = "pic32-sdhci", 246 - .owner = THIS_MODULE, 247 246 .of_match_table = of_match_ptr(pic32_sdhci_id_table), 248 247 }, 249 248 .probe = pic32_sdhci_probe,