From 30712b214b5d469f6fc988af130811a9f5710841 Mon Sep 17 00:00:00 2001 From: Ferruh Yigit Date: Thu, 26 Jan 2017 14:07:42 +0000 Subject: [PATCH] crypto/qat: make PCI device id struct const Signed-off-by: Ferruh Yigit Acked-by: Shreyansh Jain --- drivers/crypto/qat/rte_qat_cryptodev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }, -- 2.20.1