diff options
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/ptrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/ptrace.c b/arch/mips/kernel/ptrace.c index eaf7be9d0b0a..4abc2ee53b46 100644 --- a/arch/mips/kernel/ptrace.c +++ b/arch/mips/kernel/ptrace.c | |||
@@ -300,7 +300,7 @@ out: | |||
300 | return ret; | 300 | return ret; |
301 | } | 301 | } |
302 | 302 | ||
303 | static inline int audit_arch() | 303 | static inline int audit_arch(void) |
304 | { | 304 | { |
305 | #ifdef CONFIG_CPU_LITTLE_ENDIAN | 305 | #ifdef CONFIG_CPU_LITTLE_ENDIAN |
306 | #ifdef CONFIG_MIPS64 | 306 | #ifdef CONFIG_MIPS64 |