powerpc: Fix some #ifndef __KERNEL__ that should be #ifdef
Grrr.... Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _ASM_POWERPC_SECCOMP_H
|
||||
#define _ASM_POWERPC_SECCOMP_H
|
||||
|
||||
#ifndef __KERNEL__
|
||||
#ifdef __KERNEL__
|
||||
#include <linux/thread_info.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user