diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2013-12-20 20:40:54 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-12-20 20:40:54 +0100 |
commit | fc05ea771af6e1b59b92bfd169909526f0a314ad (patch) | |
tree | d387d9a41e1d5571013470f52d98bcfa994ecae1 /drivers/pci/host/pci-mvebu.c | |
parent | Merge branch 'pci/host-imx6' into next (diff) | |
parent | PCI: mvebu: Remove redundant of_match_ptr (diff) | |
download | linux-fc05ea771af6e1b59b92bfd169909526f0a314ad.tar.xz linux-fc05ea771af6e1b59b92bfd169909526f0a314ad.zip |
Merge branch 'pci/host-mvebu' into next
* pci/host-mvebu:
PCI: mvebu: Remove redundant of_match_ptr
Diffstat (limited to 'drivers/pci/host/pci-mvebu.c')
-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 = { .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, }, |