From: Ferruh Yigit Date: Thu, 26 Jan 2017 14:07:42 +0000 (+0000) Subject: crypto/qat: make PCI device id struct const X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=30712b214b5d469f6fc988af130811a9f5710841;p=dpdk.git crypto/qat: make PCI device id struct const Signed-off-by: Ferruh Yigit Acked-by: Shreyansh Jain --- diff --git a/drivers/crypto/qat/rte_qat_cryptodev.c b/drivers/crypto/qat/rte_qat_cryptodev.c index a777beb43f..5b34f5ea3f 100644 --- a/drivers/crypto/qat/rte_qat_cryptodev.c +++ b/drivers/crypto/qat/rte_qat_cryptodev.c @@ -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), },