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-Tag: v4.14-rc1~130^2~507 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce3dbe29749e3a3ef25540b394a68215e3113462;p=thirdparty%2Fkernel%2Flinux.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