summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/system.h')
-rw-r--r--include/asm-mips/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h
index a1f553488..91a7b05fb 100644
--- a/include/asm-mips/system.h
+++ b/include/asm-mips/system.h
@@ -267,6 +267,7 @@ extern void __die(const char *, struct pt_regs *, const char *where,
unsigned long line) __attribute__((noreturn));
extern void __die_if_kernel(const char *, struct pt_regs *, const char *where,
unsigned long line);
+extern int abs(int);
#define die(msg, regs) \
__die(msg, regs, __FILE__ ":"__FUNCTION__, __LINE__)