diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-07-15 07:25:49 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-16 07:25:56 +0300 |
commit | 1d9c8fa013cdea5d864f5332d0e203312de3a93d (patch) | |
tree | 48f559ca670e802ce67e4f196fb9ab5464753c6e /include/scsi/osd_ore.h | |
parent | e8336ed0b35261603871a6c5e829f69051530505 (diff) | |
download | linux-1d9c8fa013cdea5d864f5332d0e203312de3a93d.tar.xz |
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 <arvind.yadav.cs@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/scsi/osd_ore.h')
0 files changed, 0 insertions, 0 deletions