From da0806a6c11ec96c4cf2bc5093b28afb3ae0ca85 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 2 Aug 2012 15:41:09 +0200 Subject: [PATCH] MIPS: ptrace.h: Add commit to #endif of long ifdef block. Signed-off-by: Ralf Baechle --- arch/mips/include/asm/ptrace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2