From: Arvind Yadav
Date: Sun, 16 Jul 2017 15:02:28 +0530
> 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.
Series applied to net-next, thanks.
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.
Arvind Yadav (12):
[PATCH 01/12] atm: iphase: constify pci_device_id.
[PATCH 02/12] atm: ambassador: constify pci_de