]> git.baikalelectronics.ru Git - 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)
commit0bbe401570429c48f2b4228b9ee5d7f3aa211576
tree635e420143fef07738b7feb0fbefaf411eaa83ba
parent3bcba530079e27dc5acae0db79b07f1cbbc6cea7
parent67af248c1d5bf5cd001888c5b224e9cb39544fb1
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>