mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 01:21:28 +00:00
65f9641736
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> |
||
---|---|---|
.. | ||
avm_cs.c | ||
avmcard.h | ||
b1.c | ||
b1dma.c | ||
b1isa.c | ||
b1pci.c | ||
b1pcmcia.c | ||
c4.c | ||
Kconfig | ||
Makefile | ||
t1isa.c | ||
t1pci.c |