aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/pci/host/pci-mvebu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/host/pci-mvebu.c b/drivers/pci/host/pci-mvebu.c
index 6f35df5fedce..afd2af04980c 100644
--- a/drivers/pci/host/pci-mvebu.c
+++ b/drivers/pci/host/pci-mvebu.c
@@ -1007,8 +1007,7 @@ static struct platform_driver mvebu_pcie_driver = {
1007 .driver = { 1007 .driver = {
1008 .owner = THIS_MODULE, 1008 .owner = THIS_MODULE,
1009 .name = "mvebu-pcie", 1009 .name = "mvebu-pcie",
1010 .of_match_table = 1010 .of_match_table = mvebu_pcie_of_match_table,
1011 of_match_ptr(mvebu_pcie_of_match_table),
1012 /* driver unloading/unbinding currently not supported */ 1011 /* driver unloading/unbinding currently not supported */
1013 .suppress_bind_attrs = true, 1012 .suppress_bind_attrs = true,
1014 }, 1013 },