agp: amd64: constify pci_device_id.
authorArvind Yadav <[email protected]>
Tue, 1 Aug 2017 16:01:55 +0000 (21:31 +0530)
committerDave Airlie <[email protected]>
Fri, 4 Aug 2017 06:59:49 +0000 (16:59 +1000)
commit75383dd348dba0b5491fe6a56291908e23554b6e
tree98d7e281c1a73ad78ca74dda150c9c0054f22cc6
parentf2149f0af38d8a558a1f83869d9bc13717f739cd
agp: amd64: 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.

Signed-off-by: Arvind Yadav <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
drivers/char/agp/amd64-agp.c