Commit 21a8b756 authored by Jean Pihet's avatar Jean Pihet Committed by Jiri Olsa

perf tools: Consolidate types.h for ARM and ARM64

Prevents a build breakage since commit d944c4ee
'tools: Consolidate types.h'
Signed-off-by: default avatarJean Pihet <jean.pihet@linaro.org>
Link: http://lkml.kernel.org/r/1400229672-16104-1-git-send-email-jean.pihet@linaro.orgSigned-off-by: default avatarJiri Olsa <jolsa@kernel.org>
parent c5765ece
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#define ARCH_PERF_REGS_H #define ARCH_PERF_REGS_H
#include <stdlib.h> #include <stdlib.h>
#include "../../util/types.h" #include <linux/types.h>
#include <asm/perf_regs.h> #include <asm/perf_regs.h>
#define PERF_REGS_MASK ((1ULL << PERF_REG_ARM_MAX) - 1) #define PERF_REGS_MASK ((1ULL << PERF_REG_ARM_MAX) - 1)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#define ARCH_PERF_REGS_H #define ARCH_PERF_REGS_H
#include <stdlib.h> #include <stdlib.h>
#include "../../util/types.h" #include <linux/types.h>
#include <asm/perf_regs.h> #include <asm/perf_regs.h>
#define PERF_REGS_MASK ((1ULL << PERF_REG_ARM64_MAX) - 1) #define PERF_REGS_MASK ((1ULL << PERF_REG_ARM64_MAX) - 1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment