diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-08-02 23:16:57 +0530 |
---|---|---|
committer | Boris Ostrovsky <boris.ostrovsky@oracle.com> | 2017-08-31 09:45:55 -0400 |
commit | fff219d90c8220f9e8a254d792537503cfb93017 (patch) | |
tree | 17b2eccbf9f7d8601fc30647c61281449938db13 /include | |
parent | b4feaeb036b2e0f715e0d05ae84da01c6696a75f (diff) | |
download | op-kernel-dev-fff219d90c8220f9e8a254d792537503cfb93017.zip op-kernel-dev-fff219d90c8220f9e8a254d792537503cfb93017.tar.gz |
xen-platform: constify 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: Arvind Yadav <arvind.yadav.cs@gmail.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions