linux/drivers/atm
Arvind Yadav aea39c7f4a atm: zatm: 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
  14350	    352	     40	  14742	   3996	drivers/atm/zatm.o

File size After adding 'const':
   text	   data	    bss	    dec	    hex	filename
  14446	    256	     40	  14742	   3996	drivers/atm/zatm.o

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-07-16 16:38:02 -07:00
..
.gitignore
adummy.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
ambassador.c atm: ambassador: constify pci_device_id. 2017-07-16 16:38:02 -07:00
ambassador.h ATM: Delete no use FILL_RX_POOLS_IN_BH marco 2011-07-08 09:06:31 -07:00
atmtcp.c networking: make skb_put & friends return void pointers 2017-06-16 11:48:39 -04:00
eni.c lib/vsprintf.c: remove %Z support 2017-02-27 18:43:47 -08:00
eni.h eni: fix driver remove function and driver probe error path. 2012-03-16 23:13:20 -07:00
firestream.c lib/vsprintf.c: remove %Z support 2017-02-27 18:43:47 -08:00
firestream.h atm: firestream: remove duplicate define 2013-10-21 18:46:46 -04:00
fore200e.c atm: fore200e: constify pci_device_id. 2017-07-16 16:38:02 -07:00
fore200e.h Fix common misspellings 2011-03-31 11:26:23 -03:00
he.c atm: he: constify pci_device_id. 2017-07-16 16:38:02 -07:00
he.h atm: remove deprecated use of pci api 2015-01-18 00:28:41 -05:00
horizon.c atm: horizon: constify pci_device_id. 2017-07-16 16:38:02 -07:00
horizon.h
idt77105.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
idt77105.h
idt77252_tables.h
idt77252.c net: convert sock.sk_wmem_alloc from atomic_t to refcount_t 2017-07-01 07:39:08 -07:00
idt77252.h Fix common misspellings 2011-03-31 11:26:23 -03:00
iphase.c atm: iphase: constify pci_device_id. 2017-07-16 16:38:02 -07:00
iphase.h scripts/spelling.txt: add "followings" pattern and fix typo instances 2017-02-27 18:43:47 -08:00
Kconfig
lanai.c atm: lanai: constify pci_device_id. 2017-07-16 16:38:02 -07:00
Makefile
midway.h drivers: atm: eni: rename macro DAUGTHER_ID to fix spelling mistake 2016-12-29 12:07:01 -05:00
nicstar.c atm: nicstar: constify pci_device_id. 2017-07-16 16:38:02 -07:00
nicstar.h
nicstarmac.c
nicstarmac.copyright
solos-attrlist.c
solos-pci.c atm: solos-pci: constify pci_device_id. 2017-07-16 16:38:02 -07:00
suni.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
suni.h
tonga.h
uPD98401.h
uPD98402.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
uPD98402.h
zatm.c atm: zatm: constify pci_device_id. 2017-07-16 16:38:02 -07:00
zatm.h
zeprom.h