diff options
author | kbuild test robot <fengguang.wu@intel.com> | 2015-08-25 17:13:29 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-08-27 15:50:57 +0300 |
commit | 5f2b3eab3fade514f9647e88356d29c7795ed7ef (patch) | |
tree | 0ff39e81b574c88e2f1c759324601421570320a0 /drivers/mmc/host/sdhci-of-at91.c | |
parent | 5afc30fc666165c1c37c246e08b4282bc8c31d98 (diff) | |
download | linux-5f2b3eab3fade514f9647e88356d29c7795ed7ef.tar.xz |
mmc: sdhci-of-at91: fix platform_no_drv_owner.cocci warnings
Remove .owner field if calls are used which set it automatically
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
CC: ludovic.desroches@atmel.com <ludovic.desroches@atmel.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-of-at91.c')
-rw-r--r-- | drivers/mmc/host/sdhci-of-at91.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-of-at91.c b/drivers/mmc/host/sdhci-of-at91.c index 7a9f4b19f989..d1556643a41d 100644 --- a/drivers/mmc/host/sdhci-of-at91.c +++ b/drivers/mmc/host/sdhci-of-at91.c @@ -177,7 +177,6 @@ static int sdhci_at91_remove(struct platform_device *pdev) static struct platform_driver sdhci_at91_driver = { .driver = { .name = "sdhci-at91", - .owner = THIS_MODULE, .of_match_table = sdhci_at91_dt_match, .pm = SDHCI_PLTFM_PMOPS, }, |