summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2017-07-04 11:00:58 -0500
committerBjorn Helgaas <bhelgaas@google.com>2017-07-04 11:00:58 -0500
commit66a63e15bf7482c1de5cc906cbc473943ed8e898 (patch)
treee47d70839da3458a572bd7d5c2195117f2983daa /drivers/pci/host
parentbec36cfa7bd43a1e4484b14ff6144855f3446c4c (diff)
parentbf44167f37a12bd353ed10fa706691d3f6e4b1a0 (diff)
downloadop-kernel-dev-66a63e15bf7482c1de5cc906cbc473943ed8e898.zip
op-kernel-dev-66a63e15bf7482c1de5cc906cbc473943ed8e898.tar.gz
Merge branch 'pci/host-rcar' into next
* pci/host-rcar: PCI: rcar-gen2: Make of_device_ids const PCI: rcar: Use proper name for the R-Car SoC
Diffstat (limited to 'drivers/pci/host')
-rw-r--r--drivers/pci/host/pci-rcar-gen2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-rcar-gen2.c b/drivers/pci/host/pci-rcar-gen2.c
index 8534859..6f87968 100644
--- a/drivers/pci/host/pci-rcar-gen2.c
+++ b/drivers/pci/host/pci-rcar-gen2.c
@@ -429,7 +429,7 @@ static int rcar_pci_probe(struct platform_device *pdev)
return 0;
}
-static struct of_device_id rcar_pci_of_match[] = {
+static const struct of_device_id rcar_pci_of_match[] = {
{ .compatible = "renesas,pci-r8a7790", },
{ .compatible = "renesas,pci-r8a7791", },
{ .compatible = "renesas,pci-r8a7794", },
OpenPOWER on IntegriCloud