Skip to content
Commit ce3dbe29 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'atm-constify-atm-pci_device_id'



Arvind Yadav says:

====================
atm: constify atm pci_device_id.

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: default avatarDavid S. Miller <davem@davemloft.net>
parents ccdb2d17 97ae5c2a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment