From: Ralf Baechle Date: Thu, 2 Aug 2012 13:41:09 +0000 (+0200) Subject: MIPS: ptrace.h: Add commit to #endif of long ifdef block. X-Git-Tag: next-20120914~113^2^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=da0806a6c11ec96c4cf2bc5093b28afb3ae0ca85;p=karo-tx-linux.git MIPS: ptrace.h: Add commit to #endif of long ifdef block. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/ptrace.h b/arch/mips/include/asm/ptrace.h index 4b7f5252d2fd..b8f50f98a172 100644 --- a/arch/mips/include/asm/ptrace.h +++ b/arch/mips/include/asm/ptrace.h @@ -164,6 +164,6 @@ static inline void die_if_kernel(const char *str, struct pt_regs *regs) die(str, regs); } -#endif +#endif /* __KERNEL__ */ #endif /* _ASM_PTRACE_H */