]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/qat/rte_qat_cryptodev.c
crypto/qat: make PCI device id struct const
[dpdk.git] / drivers / crypto / qat / rte_qat_cryptodev.c
index a777beb43f6a705591aee5f29716962215654928..5b34f5ea3f876a30e048765a0fbcc051f523b1a5 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),
                },