[PATCH 00/10] constify char pci_device_id

From: Arvind Yadav
Date: Tue Aug 01 2017 - 12:05:18 EST


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.

Arvind Yadav (10):
[PATCH 01/10] agp: uninorth: constify pci_device_id.
[PATCH 02/10] agp: amd-k7: constify pci_device_id.
[PATCH 03/10] agp: intel: constify pci_device_id.
[PATCH 04/10] agp: ali: constify pci_device_id.
[PATCH 05/10] agp: ati: constify pci_device_id.
[PATCH 06/10] agp: efficeon: constify pci_device_id.
[PATCH 07/10] agp: sis: constify pci_device_id.
[PATCH 08/10] agp: amd64: constify pci_device_id.
[PATCH 09/10] agp: nvidia: constify pci_device_id.
[PATCH 10/10] applicom: constify pci_device_id.

drivers/char/agp/ali-agp.c | 2 +-
drivers/char/agp/amd-k7-agp.c | 4 ++--
drivers/char/agp/amd64-agp.c | 2 +-
drivers/char/agp/ati-agp.c | 2 +-
drivers/char/agp/efficeon-agp.c | 2 +-
drivers/char/agp/intel-agp.c | 2 +-
drivers/char/agp/nvidia-agp.c | 2 +-
drivers/char/agp/sis-agp.c | 2 +-
drivers/char/agp/uninorth-agp.c | 2 +-
drivers/char/applicom.c | 2 +-
10 files changed, 11 insertions(+), 11 deletions(-)

--
2.7.4