dma/hisilicon: fix includes in header file

Header files should be self contained. This patch fixed it.

Fixes: 9e16317a38 ("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>
This commit is contained in:
Min Hu (Connor) 2022-06-14 17:33:19 +08:00 committed by Thomas Monjalon
parent 674c4f2d6c
commit 7342e61205

View 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)