diff options
-rw-r--r-- | include/linux/perf_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 7342979f95f2..1218d05728b9 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -462,6 +462,7 @@ enum perf_callchain_context { | |||
462 | 462 | ||
463 | #ifdef CONFIG_PERF_EVENTS | 463 | #ifdef CONFIG_PERF_EVENTS |
464 | # include <asm/perf_event.h> | 464 | # include <asm/perf_event.h> |
465 | # include <asm/local64.h> | ||
465 | #endif | 466 | #endif |
466 | 467 | ||
467 | struct perf_guest_info_callbacks { | 468 | struct perf_guest_info_callbacks { |
@@ -487,7 +488,6 @@ struct perf_guest_info_callbacks { | |||
487 | #include <linux/cpu.h> | 488 | #include <linux/cpu.h> |
488 | #include <asm/atomic.h> | 489 | #include <asm/atomic.h> |
489 | #include <asm/local.h> | 490 | #include <asm/local.h> |
490 | #include <asm/local64.h> | ||
491 | 491 | ||
492 | #define PERF_MAX_STACK_DEPTH 255 | 492 | #define PERF_MAX_STACK_DEPTH 255 |
493 | 493 | ||