diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-09-05 17:35:50 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-10-06 00:36:18 +0200 |
commit | 29abfbd9cbba798a89c9f9f977d7d63bff5a5d04 (patch) | |
tree | a84919662bc120caf0cb51b52ee3d528a64e547b /arch/mips/include/asm/uaccess.h | |
parent | x86: separate extable.h, switch sections.h to it (diff) | |
download | linux-29abfbd9cbba798a89c9f9f977d7d63bff5a5d04.tar.xz linux-29abfbd9cbba798a89c9f9f977d7d63bff5a5d04.zip |
mips: separate extable.h, switch module.h to it
more victims of indirect include chains - au1200fb
lasat/picvue_proc and watchdog/ath79_wdt
... as well as tb0219, spotted by Sudip Mukherjee
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/mips/include/asm/uaccess.h')
-rw-r--r-- | arch/mips/include/asm/uaccess.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/mips/include/asm/uaccess.h b/arch/mips/include/asm/uaccess.h index 21a2aaba20d5..4daf839cd8a8 100644 --- a/arch/mips/include/asm/uaccess.h +++ b/arch/mips/include/asm/uaccess.h @@ -16,6 +16,7 @@ #include <linux/thread_info.h> #include <linux/string.h> #include <asm/asm-eva.h> +#include <asm/extable.h> /* * The fs value determines whether argument validity checking should be @@ -1485,12 +1486,4 @@ static inline long strnlen_user(const char __user *s, long n) return res; } -struct exception_table_entry -{ - unsigned long insn; - unsigned long nextinsn; -}; - -extern int fixup_exception(struct pt_regs *regs); - #endif /* _ASM_UACCESS_H */ |