commit | 11cdae9a5f21d88a4465fb655639578a9a6c80c5 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Tue Aug 01 21:31:52 2017 +0530 |
committer | Dave Airlie <airlied@redhat.com> | Fri Aug 04 16:59:47 2017 +1000 |
tree | 758689f33887b0cc5fb97eb377043630271e095c | |
parent | e4e22911b38d624aec37ba8c4e19697984878a54 [diff] |
agp: ati: 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>