diff options
Diffstat (limited to 'arch/sparc/kernel/jump_label.c')
-rw-r--r-- | arch/sparc/kernel/jump_label.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/kernel/jump_label.c b/arch/sparc/kernel/jump_label.c index 971fd435a281..48565c11e82a 100644 --- a/arch/sparc/kernel/jump_label.c +++ b/arch/sparc/kernel/jump_label.c | |||
@@ -6,6 +6,8 @@ | |||
6 | #include <linux/jump_label.h> | 6 | #include <linux/jump_label.h> |
7 | #include <linux/memory.h> | 7 | #include <linux/memory.h> |
8 | 8 | ||
9 | #include <asm/cacheflush.h> | ||
10 | |||
9 | #ifdef HAVE_JUMP_LABEL | 11 | #ifdef HAVE_JUMP_LABEL |
10 | 12 | ||
11 | void arch_jump_label_transform(struct jump_entry *entry, | 13 | void arch_jump_label_transform(struct jump_entry *entry, |