aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-spear13xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/host/pcie-spear13xx.c')
-rw-r--r--drivers/pci/host/pcie-spear13xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/host/pcie-spear13xx.c b/drivers/pci/host/pcie-spear13xx.c
index 85f594e1708f..6826e0031381 100644
--- a/drivers/pci/host/pcie-spear13xx.c
+++ b/drivers/pci/host/pcie-spear13xx.c
@@ -375,7 +375,6 @@ static struct platform_driver spear13xx_pcie_driver __initdata = {
375 .probe = spear13xx_pcie_probe, 375 .probe = spear13xx_pcie_probe,
376 .driver = { 376 .driver = {
377 .name = "spear-pcie", 377 .name = "spear-pcie",
378 .owner = THIS_MODULE,
379 .of_match_table = of_match_ptr(spear13xx_pcie_of_match), 378 .of_match_table = of_match_ptr(spear13xx_pcie_of_match),
380 }, 379 },
381}; 380};