commit | 680025932f226eef8e905a4e2a84512970b62622 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Thu Aug 03 21:52:05 2017 +0530 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Aug 15 14:00:44 2017 +0200 |
tree | 9b10bcb141cb504707406fb0b95cfcd230c1f919 | |
parent | 129f6c4820dd68be26b516ba6d6e471e63855d47 [diff] |
mtd: ichxrom: 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: Boris Brezillon <boris.brezillon@free-electrons.com>