]> git.droids-corp.org - dpdk.git/commitdiff
dma/hisilicon: fix includes in header file
authorMin Hu (Connor) <humin29@huawei.com>
Tue, 14 Jun 2022 09:33:19 +0000 (17:33 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 15 Jun 2022 14:33:42 +0000 (16:33 +0200)
Header files should be self contained. This patch fixed it.

Fixes: 9e16317a38f9 ("dma/hisilicon: add probing")
Cc: stable@dpdk.org
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>
drivers/dma/hisilicon/hisi_dmadev.h

index deb1357eead0560a5668457d72fe3b498e7d7079..5a17f9f69e25a779bff3dd030fd30bfb56b09bb7 100644 (file)
@@ -7,6 +7,8 @@
 
 #include <rte_byteorder.h>
 #include <rte_common.h>
+#include <rte_memzone.h>
+#include <rte_dmadev_pmd.h>
 
 #define BIT(x) (1ul << (x))
 #define BITS_PER_LONG  (__SIZEOF_LONG__ * 8)