commit | 2da73d20bb8412a8eebfc6f59da3e124a731817c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Jul 15 21:25:57 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 15 21:25:57 2017 -0700 |
tree | 635e420143fef07738b7feb0fbefaf411eaa83ba | |
parent | 32984565574da7ed3afa10647bb4020d7a9e6c93 [diff] | |
parent | 65f96417363148989bc5b7735b2fc4e824c9d2b9 [diff] |
Merge branch 'isdn-const-pci_device_ids' Arvind Yadav says: ==================== Constify isdn pci_device_id's. 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: David S. Miller <davem@davemloft.net>