[PATCH v3 10/10] common/cnxk: remove unused rte_bitmap_free()
    Ariel Otilibili 
    otilibil at eurecom.fr
       
    Sun Dec 22 02:20:02 CET 2024
    
    
  
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 <otilibil at eurecom.fr>
---
Cc: stable at dpdk.org
Cc: Nithin Dabilpuram <ndabilpuram at marvell.com>
Cc: Kiran Kumar K <kirankumark at marvell.com>
Cc: Sunil Kumar Kori <skori at marvell.com>
Cc: Satha Rao <skoteshwar at marvell.com>
Cc: Harman Kalra <hkalra at 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
    
    
More information about the dev
mailing list