Remove the incomplete cplusplus guard in internal header. Fixes: 3bd122eef2cc ("cxgbe/base: add hardware API for Chelsio T5 series adapters") Cc: rahul.lakkire...@chelsio.com
Signed-off-by: Weiguo Li <liw...@foxmail.com> --- drivers/net/cxgbe/base/common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/net/cxgbe/base/common.h b/drivers/net/cxgbe/base/common.h index 58d7d7a8f2..af987b0d5d 100644 --- a/drivers/net/cxgbe/base/common.h +++ b/drivers/net/cxgbe/base/common.h @@ -12,10 +12,6 @@ #include "t4_chip_type.h" #include "t4fw_interface.h" -#ifdef __cplusplus -extern "C" { -#endif - #define CXGBE_PAGE_SIZE RTE_PGSIZE_4K #define T4_MEMORY_WRITE 0 -- 2.25.1