crypto/qat: make PCI device id struct const
authorFerruh Yigit <ferruh.yigit@intel.com>
Thu, 26 Jan 2017 14:07:42 +0000 (14:07 +0000)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Mon, 30 Jan 2017 16:46:36 +0000 (17:46 +0100)
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
drivers/crypto/qat/rte_qat_cryptodev.c

index a777beb..5b34f5e 100644 (file)
@@ -67,7 +67,7 @@ static struct rte_cryptodev_ops crypto_qat_ops = {
  * The set of PCI devices this driver supports
  */
 
-static struct rte_pci_id pci_id_qat_map[] = {
+static const struct rte_pci_id pci_id_qat_map[] = {
                {
                        RTE_PCI_DEVICE(0x8086, 0x0443),
                },