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 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 },