commit | 0fa02c658aa7f0ee45c0711aa17a57e27bc3a601 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Tue Aug 01 21:31:53 2017 +0530 |
committer | Dave Airlie <airlied@redhat.com> | Fri Aug 04 16:59:48 2017 +1000 |
tree | 056c4e4446b33d2a3a04a8a7ddd66bf78a245f16 | |
parent | 11cdae9a5f21d88a4465fb655639578a9a6c80c5 [diff] |
agp: efficeon: 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>