aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorArvind Yadav <[email protected]>2017-08-01 17:20:42 +0200
committerBartlomiej Zolnierkiewicz <[email protected]>2017-08-01 17:20:42 +0200
commitb5087669ebe30b65a37113177c778af0e68e2955 (patch)
tree98492ea0b96293636031c7138b284d68bb043e61 /tools/perf/scripts/python/bin
parent4d7247d121a68195ca15fa498ca8856d24bc0f95 (diff)
video: fbdev: riva: 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 13285 2080 3 15368 3c08 video/fbdev/riva/fbdev.o File size after adding 'const': text data bss dec hex filename 14677 688 3 15368 3c08 video/fbdev/riva/fbdev.o Signed-off-by: Arvind Yadav <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Antonino Daplas <[email protected]> Cc: Maik Broemme <[email protected]> Cc: Florian Tobias Schandinat <[email protected]> Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions