aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-tegra.c
diff options
context:
space:
mode:
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 feccfa6b6c11..a800ae916394 100644
--- a/drivers/pci/host/pci-tegra.c
+++ b/drivers/pci/host/pci-tegra.c
@@ -2129,7 +2129,6 @@ put_resources:
2129static struct platform_driver tegra_pcie_driver = { 2129static struct platform_driver tegra_pcie_driver = {
2130 .driver = { 2130 .driver = {
2131 .name = "tegra-pcie", 2131 .name = "tegra-pcie",
2132 .owner = THIS_MODULE,
2133 .of_match_table = tegra_pcie_of_match, 2132 .of_match_table = tegra_pcie_of_match,
2134 .suppress_bind_attrs = true, 2133 .suppress_bind_attrs = true,
2135 }, 2134 },