Skip to content

Commit

Permalink
net/cxgbe: remove useless C++ include guard
Browse files Browse the repository at this point in the history
[ upstream commit 073ab38 ]

Remove the incomplete cplusplus guard in internal header.

Fixes: 3bd122e ("cxgbe/base: add hardware API for Chelsio T5 series adapters")

Signed-off-by: Weiguo Li <liwg06@foxmail.com>
  • Loading branch information
liwg06 authored and bluca committed Feb 17, 2022
1 parent 8650a0c commit 6506a4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/net/cxgbe/base/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6506a4b

Please sign in to comment.