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>
This commit is contained in:
parent
5afc30fc66
commit
5f2b3eab3f
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ static int sdhci_at91_remove(struct platform_device *pdev)
|
||||||
static struct platform_driver sdhci_at91_driver = {
|
static struct platform_driver sdhci_at91_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "sdhci-at91",
|
.name = "sdhci-at91",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = sdhci_at91_dt_match,
|
.of_match_table = sdhci_at91_dt_match,
|
||||||
.pm = SDHCI_PLTFM_PMOPS,
|
.pm = SDHCI_PLTFM_PMOPS,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue