aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/oprofile/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/oprofile/common.c')
-rw-r--r--arch/powerpc/oprofile/common.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/oprofile/common.c b/arch/powerpc/oprofile/common.c
index 0ec12c8f2c01..af2c05d20ba5 100644
--- a/arch/powerpc/oprofile/common.c
+++ b/arch/powerpc/oprofile/common.c
@@ -22,11 +22,7 @@
22#include <linux/errno.h> 22#include <linux/errno.h>
23#include <asm/ptrace.h> 23#include <asm/ptrace.h>
24#include <asm/system.h> 24#include <asm/system.h>
25#ifdef __powerpc64__
26#include <asm/pmc.h> 25#include <asm/pmc.h>
27#else /* __powerpc64__ */
28#include <asm/perfmon.h>
29#endif /* __powerpc64__ */
30#include <asm/cputable.h> 26#include <asm/cputable.h>
31#include <asm/oprofile_impl.h> 27#include <asm/oprofile_impl.h>
32 28