diff options
Diffstat (limited to 'arch/arm/kernel/perf_event_v6.c')
-rw-r--r-- | arch/arm/kernel/perf_event_v6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/perf_event_v6.c b/arch/arm/kernel/perf_event_v6.c index 09f83e414a72..09413e7b49aa 100644 --- a/arch/arm/kernel/perf_event_v6.c +++ b/arch/arm/kernel/perf_event_v6.c | |||
@@ -34,9 +34,9 @@ | |||
34 | 34 | ||
35 | #include <asm/cputype.h> | 35 | #include <asm/cputype.h> |
36 | #include <asm/irq_regs.h> | 36 | #include <asm/irq_regs.h> |
37 | #include <asm/pmu.h> | ||
38 | 37 | ||
39 | #include <linux/of.h> | 38 | #include <linux/of.h> |
39 | #include <linux/perf/arm_pmu.h> | ||
40 | #include <linux/platform_device.h> | 40 | #include <linux/platform_device.h> |
41 | 41 | ||
42 | enum armv6_perf_types { | 42 | enum armv6_perf_types { |