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