diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:21:20 +0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:21:20 +0400 |
commit | e27a5130ab647aec2a70b800a690736d5b258007 (patch) | |
tree | 801190a255d5d42430ee083fb5f8a7ea76a79988 /drivers/pci/host/pci-mvebu.c | |
parent | 2422f7e4d1138a740f228bd4983815bf3b3254e4 (diff) | |
download | linux-e27a5130ab647aec2a70b800a690736d5b258007.tar.xz |
pci: host: 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/pci/host/pci-mvebu.c')
-rw-r--r-- | drivers/pci/host/pci-mvebu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-mvebu.c b/drivers/pci/host/pci-mvebu.c index b1315e197ffb..753cbf0f5b5e 100644 --- a/drivers/pci/host/pci-mvebu.c +++ b/drivers/pci/host/pci-mvebu.c @@ -1082,7 +1082,6 @@ MODULE_DEVICE_TABLE(of, mvebu_pcie_of_match_table); static struct platform_driver mvebu_pcie_driver = { .driver = { - .owner = THIS_MODULE, .name = "mvebu-pcie", .of_match_table = mvebu_pcie_of_match_table, /* driver unloading/unbinding currently not supported */ |