mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 00:00:52 +07:00
Merge branch 'pci/host-mvebu' into next
* pci/host-mvebu: PCI: mvebu: Remove redundant of_match_ptr
This commit is contained in:
commit
fc05ea771a
@ -1012,8 +1012,7 @@ static struct platform_driver mvebu_pcie_driver = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "mvebu-pcie",
|
||||
.of_match_table =
|
||||
of_match_ptr(mvebu_pcie_of_match_table),
|
||||
.of_match_table = mvebu_pcie_of_match_table,
|
||||
/* driver unloading/unbinding currently not supported */
|
||||
.suppress_bind_attrs = true,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user