linux/drivers/infiniband/hw/nes
Arvind Yadav edb566913b infiniband: nes: 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
  10429	    780	     33	  11242	   2bea	drivers/infiniband/hw/nes/nes.o

File size After adding 'const':
   text	   data	    bss	    dec	    hex	filename
  10541	    668	     33	  11242	   2bea	drivers/infiniband/hw/nes/nes.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
nes.c infiniband: nes: constify pci_device_id. 2017-08-18 14:01:08 -04:00
nes.h drivers: add explicit interrupt.h includes 2017-03-30 11:05:34 -07:00
nes_cm.c net: convert sk_buff.users from atomic_t to refcount_t 2017-07-01 07:39:07 -07:00
nes_cm.h
nes_context.h
nes_hw.c IB: Convert msleep below 20ms to usleep_range 2017-07-17 21:21:22 -04:00
nes_hw.h
nes_mgt.c IB/nes: use setup_timer 2017-04-28 13:19:13 -04:00
nes_mgt.h
nes_nic.c
nes_utils.c
nes_verbs.c IB/core: Rename struct ib_ah_attr to rdma_ah_attr 2017-05-01 14:32:43 -04:00
nes_verbs.h