linux-stable/drivers/isdn/hardware/avm
Arvind Yadav 65f9641736 isdn: avm: c4: 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
  11803	    544	      1	  12348	   303c	isdn/hardware/avm/c4.o

File size After adding 'const':
   text	   data	    bss	    dec	    hex	filename
  11931	    416	      1	  12348	   303c	isdn/hardware/avm/c4.o

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-07-15 21:25:56 -07:00
..
Kconfig
Makefile
avm_cs.c drivers/isdn: use module_pcmcia_driver() in pcmcia drivers 2013-03-15 12:26:04 -07:00
avmcard.h isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
b1.c networking: introduce and use skb_put_data() 2017-06-16 11:48:37 -04:00
b1dma.c networking: introduce and use skb_put_data() 2017-06-16 11:48:37 -04:00
b1isa.c Annotate hardware config module parameters in drivers/isdn/ 2017-04-20 12:02:32 +01:00
b1pci.c Drivers: isdn: remove __dev* attributes. 2013-01-03 15:57:02 -08:00
b1pcmcia.c isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
c4.c isdn: avm: c4: constify pci_device_id. 2017-07-15 21:25:56 -07:00
t1isa.c networking: introduce and use skb_put_data() 2017-06-16 11:48:37 -04:00
t1pci.c Drivers: isdn: remove __dev* attributes. 2013-01-03 15:57:02 -08:00