From: Weiguo Li Date: Mon, 7 Feb 2022 12:36:59 +0000 (+0800) Subject: net/dpaa2: remove useless C++ include guard X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=9df62f8574c2ea139432e3fff010d756f0980c45;p=dpdk.git net/dpaa2: remove useless C++ include guard Remove the incomplete cplusplus guard in internal headers. Fixes: 72ec7a678e70 ("net/dpaa2: add soft parser driver") Signed-off-by: Weiguo Li --- diff --git a/drivers/net/dpaa2/dpaa2_sparser.h b/drivers/net/dpaa2/dpaa2_sparser.h index 365b8062a9..ed0897928b 100644 --- a/drivers/net/dpaa2/dpaa2_sparser.h +++ b/drivers/net/dpaa2/dpaa2_sparser.h @@ -13,10 +13,6 @@ #ifndef _DPAA2_SPARSER_H #define _DPAA2_SPARSER_H -#ifdef __cplusplus -extern "C" { -#endif - #define WRIOP_SS_INITIALIZER(priv) \ do { \ /* Base offset of parse profile memory in WRIOP */ \