summaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-07-16 12:32:33 +0300
committerDavid S. Miller <davem@davemloft.net>2017-07-17 02:38:02 +0300
commit5c007845029d1e03df765f8fb2af0a0b8f5126b9 (patch)
tree1c340714c0ba6e63dbd8def69e3cea3f9b8c5cbd /include/linux/workqueue.h
parent2f3e2604fb579e34f775c799eba2afdfcb97fd66 (diff)
downloadlinux-5c007845029d1e03df765f8fb2af0a0b8f5126b9.tar.xz
atm: he: 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 26514 440 48 27002 697a drivers/atm/he.o File size After adding 'const': text data bss dec hex filename 26578 376 48 27002 697a drivers/atm/he.o Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/workqueue.h')
0 files changed, 0 insertions, 0 deletions