kernel/tools/perf/util/c++/clang-c.h
.. .. @@ -3,7 +3,6 @@ 3 3 #define PERF_UTIL_CLANG_C_H 4 4 5 5 #include <stddef.h> /* for size_t */ 6 -#include <util-cxx.h> /* for __maybe_unused */7 6 8 7 #ifdef __cplusplus 9 8 extern "C" { .. .. @@ -22,6 +21,7 @@ 22 21 #else 23 22 24 23 #include <errno.h> 24 +#include <linux/compiler.h> /* for __maybe_unused */25 25 26 26 static inline void perf_clang__init(void) { } 27 27 static inline void perf_clang__cleanup(void) { }