aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci/pci-rt3883.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/pci/pci-rt3883.c')
-rw-r--r--arch/mips/pci/pci-rt3883.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-rt3883.c b/arch/mips/pci/pci-rt3883.c
index 0bcc0b1cfddc..ec9be8ca4ada 100644
--- a/arch/mips/pci/pci-rt3883.c
+++ b/arch/mips/pci/pci-rt3883.c
@@ -589,7 +589,6 @@ static struct platform_driver rt3883_pci_driver = {
589 .probe = rt3883_pci_probe, 589 .probe = rt3883_pci_probe,
590 .driver = { 590 .driver = {
591 .name = "rt3883-pci", 591 .name = "rt3883-pci",
592 .owner = THIS_MODULE,
593 .of_match_table = of_match_ptr(rt3883_pci_ids), 592 .of_match_table = of_match_ptr(rt3883_pci_ids),
594 }, 593 },
595}; 594};