diff options
-rw-r--r-- | drivers/pci/host/pci-mvebu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/host/pci-mvebu.c b/drivers/pci/host/pci-mvebu.c index 533e0df02718..bedc0b1562b9 100644 --- a/drivers/pci/host/pci-mvebu.c +++ b/drivers/pci/host/pci-mvebu.c | |||
@@ -1012,8 +1012,7 @@ static struct platform_driver mvebu_pcie_driver = { | |||
1012 | .driver = { | 1012 | .driver = { |
1013 | .owner = THIS_MODULE, | 1013 | .owner = THIS_MODULE, |
1014 | .name = "mvebu-pcie", | 1014 | .name = "mvebu-pcie", |
1015 | .of_match_table = | 1015 | .of_match_table = mvebu_pcie_of_match_table, |
1016 | of_match_ptr(mvebu_pcie_of_match_table), | ||
1017 | /* driver unloading/unbinding currently not supported */ | 1016 | /* driver unloading/unbinding currently not supported */ |
1018 | .suppress_bind_attrs = true, | 1017 | .suppress_bind_attrs = true, |
1019 | }, | 1018 | }, |