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