]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge branch 'isdn-const-pci_device_ids'
authorDavid S. Miller <davem@davemloft.net>
Sun, 16 Jul 2017 04:25:57 +0000 (21:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 16 Jul 2017 04:25:57 +0000 (21:25 -0700)
commit2da73d20bb8412a8eebfc6f59da3e124a731817c
tree635e420143fef07738b7feb0fbefaf411eaa83ba
parent32984565574da7ed3afa10647bb4020d7a9e6c93
parent65f96417363148989bc5b7735b2fc4e824c9d2b9
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>