perf tools: Consolidate types.h for ARM and ARM64

Prevents a build breakage since commit d944c4eebc
'tools: Consolidate types.h'

Signed-off-by: Jean Pihet <jean.pihet@linaro.org>
Link: http://lkml.kernel.org/r/1400229672-16104-1-git-send-email-jean.pihet@linaro.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
This commit is contained in:
Jean Pihet
2014-05-16 10:41:09 +02:00
committed by Jiri Olsa
父節點 c5765ece8a
當前提交 21a8b756b8
共有 2 個文件被更改,包括 2 次插入2 次删除

查看文件

@@ -2,7 +2,7 @@
#define ARCH_PERF_REGS_H
#include <stdlib.h>
#include "../../util/types.h"
#include <linux/types.h>
#include <asm/perf_regs.h>
#define PERF_REGS_MASK ((1ULL << PERF_REG_ARM64_MAX) - 1)