linux-stable/drivers/infiniband/hw/vmw_pvrdma
Arvind Yadav 7806def081 infiniband: pvrdma: constify pci_device_id.
pci_device_id are not supposed to change at runtime. All functions
working with pci_device_id provided by <linux/pci.h> work with
const pci_device_id. So mark the non-const structs as const.

File size before:
   text	   data	    bss	    dec	    hex	filename
  10774	   1872	      8	  12654	   316e infiniband/hw/vmw_pvrdma/pvrdma_main.o

File size After adding 'const':
   text	   data	    bss	    dec	    hex	filename
  10838	   1808	      8	  12654	   316e infiniband/hw/vmw_pvrdma/pvrdma_main.o

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-08-18 14:01:08 -04:00
..
Kconfig
Makefile
pvrdma.h IB/PVRDMA: Rename ib_ah_attr related functions 2017-05-01 14:32:43 -04:00
pvrdma_cmd.c
pvrdma_cq.c IB/vmw_pvrdma: Expose vendor error to ULPs 2017-02-19 09:27:28 -05:00
pvrdma_dev_api.h RDMA/vmw_pvrdma: Activate device on ethernet link up 2017-03-24 20:49:53 -04:00
pvrdma_doorbell.c
pvrdma_main.c infiniband: pvrdma: constify pci_device_id. 2017-08-18 14:01:08 -04:00
pvrdma_misc.c IB/core: Define 'ib' and 'roce' rdma_ah_attr types 2017-05-01 14:32:43 -04:00
pvrdma_mr.c
pvrdma_qp.c IB/PVRDMA: Rename ib_ah_attr related functions 2017-05-01 14:32:43 -04:00
pvrdma_ring.h
pvrdma_verbs.c IB/core: Define 'ib' and 'roce' rdma_ah_attr types 2017-05-01 14:32:43 -04:00
pvrdma_verbs.h IB/core: Rename struct ib_ah_attr to rdma_ah_attr 2017-05-01 14:32:43 -04:00