Depends on 17dd8149d6 ("devtools/cocci,lib/eal: remove unused rte_bitmap_free()").
Fixes: fa8f86a14e ("common/cnxk: add build infrastructre and HW definition") Signed-off-by: Ariel Otilibili <otili...@eurecom.fr> --- Cc: sta...@dpdk.org Cc: Nithin Dabilpuram <ndabilpu...@marvell.com> Cc: Kiran Kumar K <kirankum...@marvell.com> Cc: Sunil Kumar Kori <sk...@marvell.com> Cc: Satha Rao <skotesh...@marvell.com> Cc: Harman Kalra <hka...@marvell.com> --- drivers/common/cnxk/roc_platform.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/common/cnxk/roc_platform.h b/drivers/common/cnxk/roc_platform.h index df4f88f288..6c4a69377f 100644 --- a/drivers/common/cnxk/roc_platform.h +++ b/drivers/common/cnxk/roc_platform.h @@ -124,7 +124,6 @@ #define plt_bitmap rte_bitmap #define plt_bitmap_init rte_bitmap_init #define plt_bitmap_reset rte_bitmap_reset -#define plt_bitmap_free rte_bitmap_free #define plt_bitmap_clear rte_bitmap_clear #define plt_bitmap_set rte_bitmap_set #define plt_bitmap_get rte_bitmap_get -- 2.47.1