diff options
Diffstat (limited to 'tools/perf/util/string.h')
-rw-r--r-- | tools/perf/util/string.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/util/string.h b/tools/perf/util/string.h index bf39dfadfd24..15c827475e7d 100644 --- a/tools/perf/util/string.h +++ b/tools/perf/util/string.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef _PERF_STRING_H_ | 1 | #ifndef __PERF_STRING_H_ |
2 | #define _PERF_STRING_H_ | 2 | #define __PERF_STRING_H_ |
3 | 3 | ||
4 | #include "types.h" | 4 | #include "types.h" |
5 | 5 | ||
@@ -8,4 +8,4 @@ int hex2u64(const char *ptr, u64 *val); | |||
8 | #define _STR(x) #x | 8 | #define _STR(x) #x |
9 | #define STR(x) _STR(x) | 9 | #define STR(x) _STR(x) |
10 | 10 | ||
11 | #endif | 11 | #endif /* __PERF_STRING_H */ |