aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-xilinx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/host/pcie-xilinx.c')
-rw-r--r--drivers/pci/host/pcie-xilinx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/pcie-xilinx.c b/drivers/pci/host/pcie-xilinx.c
index d09b00579bde..f63fa5e0278c 100644
--- a/drivers/pci/host/pcie-xilinx.c
+++ b/drivers/pci/host/pcie-xilinx.c
@@ -704,7 +704,7 @@ error:
704 return err; 704 return err;
705} 705}
706 706
707static struct of_device_id xilinx_pcie_of_match[] = { 707static const struct of_device_id xilinx_pcie_of_match[] = {
708 { .compatible = "xlnx,axi-pcie-host-1.00.a", }, 708 { .compatible = "xlnx,axi-pcie-host-1.00.a", },
709 {} 709 {}
710}; 710};