perf powerpc: Include util/util.h and remove stringify macros
[deliverable/linux.git] / tools / perf / arch / powerpc / util / header.c
index 2f7073d107fd115fa75c15e2c9734b2fd501fef6..6c1b8a75db09ae4b8bda966463e829e0451489e4 100644 (file)
@@ -5,9 +5,7 @@
 #include <string.h>
 
 #include "../../util/header.h"
-
-#define __stringify_1(x)        #x
-#define __stringify(x)          __stringify_1(x)
+#include "../../util/util.h"
 
 #define mfspr(rn)       ({unsigned long rval; \
                         asm volatile("mfspr %0," __stringify(rn) \
This page took 0.02416 seconds and 5 git commands to generate.