summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2012-11-22 22:41:40 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2012-11-22 22:41:40 +0400
commitce413e1e549bf0be549b550fedc28006ce373940 (patch)
tree167d8852858e290d188387a750d36c037ecd941e
parentf4a75d2eb7b1e2206094b901be09adb31ba63681 (diff)
Use the 'unistd.h' from arch/arm/include/uapi to build the perf tool
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--tools/perf/perf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/perf.h b/tools/perf/perf.h
index c50985eaec41..f1f5e1bfc79d 100644
--- a/tools/perf/perf.h
+++ b/tools/perf/perf.h
@@ -78,7 +78,7 @@ void get_term_dimensions(struct winsize *ws);
#endif
#ifdef __arm__
-#include "../../arch/arm/include/asm/unistd.h"
+#include "../../arch/arm/include/uapi/asm/unistd.h"
/*
* Use the __kuser_memory_barrier helper in the CPU helper page. See
* arch/arm/kernel/entry-armv.S in the kernel source for details.