commit | d720661291fc2b261311c8425b8ca0e2a21c264b | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Tue Aug 01 21:31:56 2017 +0530 |
committer | Dave Airlie <airlied@redhat.com> | Fri Aug 04 16:59:50 2017 +1000 |
tree | d5fe9a25564eb2d05b12e61db512602b2d3d3c08 | |
parent | 75383dd348dba0b5491fe6a56291908e23554b6e [diff] |
agp: nvidia: 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>