Re: [PATCH 00/12] constify atm pci_device_id.

From: David Miller
Date: Sun Jul 16 2017 - 19:38:33 EST


From: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
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 <linux/pci.h> work with
> const pci_device_id. So mark the non-const structs as const.

Series applied to net-next, thanks.