Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b5609fd authored by Ingo Molnar's avatar Ingo Molnar Committed by Thomas Gleixner
Browse files

stackprotector: include files



create <linux/stackprotector.h> for core kernel files to include.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 72370f2a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
#ifndef _ASM_STACKPROTECTOR_H
#define _ASM_STACKPROTECTOR_H 1

#endif
+8 −0
Original line number Diff line number Diff line
#ifndef _LINUX_STACKPROTECTOR_H
#define _LINUX_STACKPROTECTOR_H 1

#ifdef CONFIG_CC_STACKPROTECTOR
# include <asm/stackprotector.h>
#endif

#endif
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#include <linux/proc_fs.h>
#include <linux/kernel.h>
#include <linux/syscalls.h>
#include <linux/stackprotector.h>
#include <linux/string.h>
#include <linux/ctype.h>
#include <linux/delay.h>