Arvind Yadav fdc71ce97c PCI: xilinx: Make of_device_ids const
of_device_ids are not supposed to change at runtime.  All functions working
with of_device_ids provided by <linux/of.h> work with const of_device_ids.
So mark the non-const structs as const.

File size before:
   text	   data	    bss	    dec	    hex	filename
    195	    600	      0	    795	    31b	drivers/pci/host/pcie-xilinx.o

File size after constify xilinx_pcie_of_match:
   text	   data	    bss	    dec	    hex	filename
    595	    184	      0	    779	    30b	drivers/pci/host/pcie-xilinx.o

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
2017-07-02 18:47:40 -05:00
..
2017-04-28 10:34:14 -05:00
2015-08-13 15:59:59 -05:00
2017-05-08 19:03:25 -07:00
2017-04-28 10:33:41 -05:00
2017-07-02 16:14:27 -05:00
2017-05-08 19:03:25 -07:00
2016-12-12 11:25:04 -06:00
2016-12-15 12:46:48 -08:00
2017-05-08 19:03:25 -07:00
2017-07-02 16:14:27 -05:00
2016-11-29 18:05:09 -06:00
2017-01-14 11:37:18 +01:00
2016-06-20 13:24:20 -05:00