eal: fix C++ compilation after headers rework
[dpdk.git] / lib / librte_eal / common / include / generic / rte_cycles.h
index c42b90b..7700f41 100644 (file)
@@ -202,8 +202,4 @@ rte_delay_ms(unsigned ms)
        rte_delay_us(ms * 1000);
 }
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* _RTE_CYCLES_H_ */