commit | f2149f0af38d8a558a1f83869d9bc13717f739cd | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Tue Aug 01 21:31:54 2017 +0530 |
committer | Dave Airlie <airlied@redhat.com> | Fri Aug 04 16:59:48 2017 +1000 |
tree | 29697a6605bc3a2e41c95280365858d531e2ceaf | |
parent | 0fa02c658aa7f0ee45c0711aa17a57e27bc3a601 [diff] |
agp: sis: 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 <arvind.yadav.cs@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>