diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-09-05 18:35:50 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-10-06 01:36:18 +0300 |
commit | 29abfbd9cbba798a89c9f9f977d7d63bff5a5d04 (patch) | |
tree | a84919662bc120caf0cb51b52ee3d528a64e547b /arch/mips/lasat | |
parent | 45caf470077ae6b02da6d5eaee94003ee1543ca3 (diff) | |
download | linux-29abfbd9cbba798a89c9f9f977d7d63bff5a5d04.tar.xz |
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/lasat')
-rw-r--r-- | arch/mips/lasat/picvue_proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/lasat/picvue_proc.c b/arch/mips/lasat/picvue_proc.c index 27533c109f92..dd292dcec684 100644 --- a/arch/mips/lasat/picvue_proc.c +++ b/arch/mips/lasat/picvue_proc.c @@ -16,6 +16,7 @@ #include <linux/timer.h> #include <linux/mutex.h> +#include <linux/uaccess.h> #include "picvue.h" |