diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-07-16 15:02:38 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-16 16:38:02 -0700 |
commit | 0fdfb33bd911df8d4129f1699d78e23a174dd414 (patch) | |
tree | 881a87470f8dcd630772ec0e7fd1a8aeb114e2a1 /drivers/gpio/gpio-mmio.c | |
parent | aea39c7f4a56dd2147270b925ed0f107f9403be9 (diff) | |
download | linux-0fdfb33bd911df8d4129f1699d78e23a174dd414.tar.bz2 |
atm: firestream: 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
16884 444 28 17356 43cc drivers/atm/firestream.o
File size After adding 'const':
text data bss dec hex filename
16980 348 28 17356 43cc drivers/atm/firestream.o
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/gpio/gpio-mmio.c')
0 files changed, 0 insertions, 0 deletions