diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:17 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:17 +0200 |
commit | 65c662ab63d2055d883bc97386aa779cbbb81f93 (patch) | |
tree | 60703d5df2dc9713dd1516f092e71004ead47549 /drivers/ata/ahci_platform.c | |
parent | 7ab6c54b5dc15732bf14c29bb21263efa49704bd (diff) | |
download | talos-obmc-linux-65c662ab63d2055d883bc97386aa779cbbb81f93.tar.gz talos-obmc-linux-65c662ab63d2055d883bc97386aa779cbbb81f93.zip |
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_platform.c')
-rw-r--r-- | drivers/ata/ahci_platform.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c index 06f1d59fa678..18d539837045 100644 --- a/drivers/ata/ahci_platform.c +++ b/drivers/ata/ahci_platform.c @@ -76,7 +76,6 @@ static struct platform_driver ahci_driver = { .remove = ata_platform_remove_one, .driver = { .name = "ahci", - .owner = THIS_MODULE, .of_match_table = ahci_of_match, .pm = &ahci_pm_ops, }, |