Skip to content

Commit

Permalink
net/dpaa2: remove useless C++ include guard
Browse files Browse the repository at this point in the history
[ upstream commit 9df62f8 ]

Remove the incomplete cplusplus guard in internal headers.

Fixes: 72ec7a6 ("net/dpaa2: add soft parser driver")

Signed-off-by: Weiguo Li <liwg06@foxmail.com>
  • Loading branch information
liwg06 authored and bluca committed Feb 17, 2022
1 parent 6506a4b commit e9734a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/net/dpaa2/dpaa2_sparser.h
Expand Up @@ -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 */ \
Expand Down

0 comments on commit e9734a6

Please sign in to comment.