aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci_imx.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:17 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:17 -0400
commit65c662ab63d2055d883bc97386aa779cbbb81f93 (patch)
tree60703d5df2dc9713dd1516f092e71004ead47549 /drivers/ata/ahci_imx.c
parent7ab6c54b5dc15732bf14c29bb21263efa49704bd (diff)
ata: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/ata/ahci_imx.c')
-rw-r--r--drivers/ata/ahci_imx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/ahci_imx.c b/drivers/ata/ahci_imx.c
index f3970b4ed889..35d51c59a370 100644
--- a/drivers/ata/ahci_imx.c
+++ b/drivers/ata/ahci_imx.c
@@ -679,7 +679,6 @@ static struct platform_driver imx_ahci_driver = {
679 .remove = ata_platform_remove_one, 679 .remove = ata_platform_remove_one,
680 .driver = { 680 .driver = {
681 .name = "ahci-imx", 681 .name = "ahci-imx",
682 .owner = THIS_MODULE,
683 .of_match_table = imx_ahci_of_match, 682 .of_match_table = imx_ahci_of_match,
684 .pm = &ahci_imx_pm_ops, 683 .pm = &ahci_imx_pm_ops,
685 }, 684 },