aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-tegra.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:21:20 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:21:20 -0400
commite27a5130ab647aec2a70b800a690736d5b258007 (patch)
tree801190a255d5d42430ee083fb5f8a7ea76a79988 /drivers/pci/host/pci-tegra.c
parent2422f7e4d1138a740f228bd4983815bf3b3254e4 (diff)
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-tegra.c')
-rw-r--r--drivers/pci/host/pci-tegra.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-tegra.c b/drivers/pci/host/pci-tegra.c
index 3d43874319be..393cdb03ae59 100644
--- a/drivers/pci/host/pci-tegra.c
+++ b/drivers/pci/host/pci-tegra.c
@@ -2122,7 +2122,6 @@ put_resources:
2122static struct platform_driver tegra_pcie_driver = { 2122static struct platform_driver tegra_pcie_driver = {
2123 .driver = { 2123 .driver = {
2124 .name = "tegra-pcie", 2124 .name = "tegra-pcie",
2125 .owner = THIS_MODULE,
2126 .of_match_table = tegra_pcie_of_match, 2125 .of_match_table = tegra_pcie_of_match,
2127 .suppress_bind_attrs = true, 2126 .suppress_bind_attrs = true,
2128 }, 2127 },