From: David S. Miller Date: Sun, 16 Jul 2017 23:38:03 +0000 (-0700) Subject: Merge branch 'atm-constify-atm-pci_device_id' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ce3dbe29749e3a3ef25540b394a68215e3113462;p=linux.git Merge branch 'atm-constify-atm-pci_device_id' Arvind Yadav says: ==================== atm: constify atm pci_device_id. pci_device_id are not supposed to change at runtime. All functions working with pci_device_id provided by work with const pci_device_id. So mark the non-const structs as const. ==================== Signed-off-by: David S. Miller --- ce3dbe29749e3a3ef25540b394a68215e3113462