diff options
Diffstat (limited to 'kernel/kprobes.c')
-rw-r--r-- | kernel/kprobes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kprobes.c b/kernel/kprobes.c index d10ab6b9b5e0..d63095472ea9 100644 --- a/kernel/kprobes.c +++ b/kernel/kprobes.c | |||
@@ -49,7 +49,7 @@ | |||
49 | #include <linux/cpu.h> | 49 | #include <linux/cpu.h> |
50 | #include <linux/jump_label.h> | 50 | #include <linux/jump_label.h> |
51 | 51 | ||
52 | #include <asm-generic/sections.h> | 52 | #include <asm/sections.h> |
53 | #include <asm/cacheflush.h> | 53 | #include <asm/cacheflush.h> |
54 | #include <asm/errno.h> | 54 | #include <asm/errno.h> |
55 | #include <asm/uaccess.h> | 55 | #include <asm/uaccess.h> |