commit | fff219d90c8220f9e8a254d792537503cfb93017 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Wed Aug 02 23:16:57 2017 +0530 |
committer | Boris Ostrovsky <boris.ostrovsky@oracle.com> | Thu Aug 31 09:45:55 2017 -0400 |
tree | 17b2eccbf9f7d8601fc30647c61281449938db13 | |
parent | b4feaeb036b2e0f715e0d05ae84da01c6696a75f [diff] |
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>