diff options
Diffstat (limited to 'include/linux/stackprotector.h')
-rw-r--r-- | include/linux/stackprotector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/stackprotector.h b/include/linux/stackprotector.h index 03696c729fb4..6b792d080eee 100644 --- a/include/linux/stackprotector.h +++ b/include/linux/stackprotector.h | |||
@@ -6,7 +6,7 @@ | |||
6 | #include <linux/sched.h> | 6 | #include <linux/sched.h> |
7 | #include <linux/random.h> | 7 | #include <linux/random.h> |
8 | 8 | ||
9 | #ifdef CONFIG_CC_STACKPROTECTOR | 9 | #ifdef CONFIG_STACKPROTECTOR |
10 | # include <asm/stackprotector.h> | 10 | # include <asm/stackprotector.h> |
11 | #else | 11 | #else |
12 | static inline void boot_init_stack_canary(void) | 12 | static inline void boot_init_stack_canary(void) |