Skip to content
Snippets Groups Projects
Commit fc05ea77 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

Merge branch 'pci/host-mvebu' into next

* pci/host-mvebu:
  PCI: mvebu: Remove redundant of_match_ptr
parents 4bd70bc9 339135ff
No related branches found
No related tags found
No related merge requests found
...@@ -1012,8 +1012,7 @@ static struct platform_driver mvebu_pcie_driver = { ...@@ -1012,8 +1012,7 @@ static struct platform_driver mvebu_pcie_driver = {
.driver = { .driver = {
.owner = THIS_MODULE, .owner = THIS_MODULE,
.name = "mvebu-pcie", .name = "mvebu-pcie",
.of_match_table = .of_match_table = mvebu_pcie_of_match_table,
of_match_ptr(mvebu_pcie_of_match_table),
/* driver unloading/unbinding currently not supported */ /* driver unloading/unbinding currently not supported */
.suppress_bind_attrs = true, .suppress_bind_attrs = true,
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment