diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:08 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:08 +0200 |
commit | ec4848815c83d4b8b83440bf6bf571d9b6b5e0d6 (patch) | |
tree | 42f5d588ee32ae53fef308e2c953cf241c06040b /arch/mips/pci/pci-alchemy.c | |
parent | mips: mti-sead3: drop owner assignment from platform_drivers (diff) | |
download | linux-ec4848815c83d4b8b83440bf6bf571d9b6b5e0d6.tar.xz linux-ec4848815c83d4b8b83440bf6bf571d9b6b5e0d6.zip |
mips: pci: 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 'arch/mips/pci/pci-alchemy.c')
-rw-r--r-- | arch/mips/pci/pci-alchemy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-alchemy.c b/arch/mips/pci/pci-alchemy.c index c19600a03460..28952637a862 100644 --- a/arch/mips/pci/pci-alchemy.c +++ b/arch/mips/pci/pci-alchemy.c @@ -505,7 +505,6 @@ static struct platform_driver alchemy_pcictl_driver = { .probe = alchemy_pci_probe, .driver = { .name = "alchemy-pci", - .owner = THIS_MODULE, }, }; |