]> git.droids-corp.org - dpdk.git/commitdiff
net/dpaa2: remove useless C++ include guard
authorWeiguo Li <liwg06@foxmail.com>
Mon, 7 Feb 2022 12:36:59 +0000 (20:36 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 8 Feb 2022 16:13:24 +0000 (17:13 +0100)
Remove the incomplete cplusplus guard in internal headers.

Fixes: 72ec7a678e70 ("net/dpaa2: add soft parser driver")
Signed-off-by: Weiguo Li <liwg06@foxmail.com>
drivers/net/dpaa2/dpaa2_sparser.h

index 365b8062a9db9e2ddff6f358b409f3f761bf44f9..ed0897928b459c797c37dd4969f8103569949238 100644 (file)
 #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 */      \