dma/hisilicon: fix includes in header file
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>
This commit is contained in:
parent
674c4f2d6c
commit
7342e61205
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user