diff options
| author | Arvind Yadav <[email protected]> | 2017-07-15 09:55:49 +0530 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-07-15 21:25:56 -0700 |
| commit | 1d9c8fa013cdea5d864f5332d0e203312de3a93d (patch) | |
| tree | 48f559ca670e802ce67e4f196fb9ab5464753c6e /net/lapb/lapb_iface.c | |
| parent | e8336ed0b35261603871a6c5e829f69051530505 (diff) | |
isdn: mISDN: avmfritz: 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
9963 1936 16 11915 2e8b isdn/hardware/mISDN/avmfritz.o
File size After adding 'const':
text data bss dec hex filename
10091 1808 16 11915 2e8b isdn/hardware/mISDN/avmfritz.o
Signed-off-by: Arvind Yadav <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions