diff options
Diffstat (limited to 'include/asm-arm/system.h')
-rw-r--r-- | include/asm-arm/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/system.h b/include/asm-arm/system.h index 63b3080bdac4..25f84da4a97e 100644 --- a/include/asm-arm/system.h +++ b/include/asm-arm/system.h | |||
@@ -93,7 +93,7 @@ void die(const char *msg, struct pt_regs *regs, int err) | |||
93 | __attribute__((noreturn)); | 93 | __attribute__((noreturn)); |
94 | 94 | ||
95 | struct siginfo; | 95 | struct siginfo; |
96 | void notify_die(const char *str, struct pt_regs *regs, struct siginfo *info, | 96 | void arm_notify_die(const char *str, struct pt_regs *regs, struct siginfo *info, |
97 | unsigned long err, unsigned long trap); | 97 | unsigned long err, unsigned long trap); |
98 | 98 | ||
99 | void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, | 99 | void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, |