summaryrefslogtreecommitdiffstats
path: root/virt
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-08-01 17:20:42 +0200
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2017-08-01 17:20:42 +0200
commitb5087669ebe30b65a37113177c778af0e68e2955 (patch)
tree98492ea0b96293636031c7138b284d68bb043e61 /virt
parentvideo: fbdev: savage: constify pci_device_id. (diff)
downloadlinux-b5087669ebe30b65a37113177c778af0e68e2955.tar.xz
linux-b5087669ebe30b65a37113177c778af0e68e2955.zip
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 <arvind.yadav.cs@gmail.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Antonino Daplas <adaplas@gmail.com> Cc: Maik Broemme <mbroemme@libmpq.org> Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions