mmc: sdhci-pic32: remove owner assignment
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 8 Apr 2016 05:22:37 +0000 (14:22 +0900)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 2 May 2016 08:33:25 +0000 (10:33 +0200)
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>
drivers/mmc/host/sdhci-pic32.c

index 059df707a2fe81316108db142bed0828519dfb7a..72c13b6f05f977b5a5124867a713708a2a1bf44f 100644 (file)
@@ -243,7 +243,6 @@ MODULE_DEVICE_TABLE(of, pic32_sdhci_id_table);
 static struct platform_driver pic32_sdhci_driver = {
        .driver = {
                .name   = "pic32-sdhci",
-               .owner  = THIS_MODULE,
                .of_match_table = of_match_ptr(pic32_sdhci_id_table),
        },
        .probe          = pic32_sdhci_probe,
This page took 0.031983 seconds and 5 git commands to generate.