diff options
-rw-r--r-- | kernel/printk/printk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c index 8bdce14254f4..70c66c5ba212 100644 --- a/kernel/printk/printk.c +++ b/kernel/printk/printk.c | |||
@@ -47,7 +47,7 @@ | |||
47 | #include <linux/uio.h> | 47 | #include <linux/uio.h> |
48 | 48 | ||
49 | #include <asm/uaccess.h> | 49 | #include <asm/uaccess.h> |
50 | #include <asm-generic/sections.h> | 50 | #include <asm/sections.h> |
51 | 51 | ||
52 | #define CREATE_TRACE_POINTS | 52 | #define CREATE_TRACE_POINTS |
53 | #include <trace/events/printk.h> | 53 | #include <trace/events/printk.h> |