diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-12-28 02:14:09 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-03-06 05:57:49 +0300 |
commit | af1d5b37d6211c814fac0d5d0b71ec695618054a (patch) | |
tree | 45978b8178aae0f1c953a9dc18c96f01b64b5d47 /arch/m32r | |
parent | 5e6039d8a307d8411422c154f3d446b44fa32b6d (diff) | |
download | linux-af1d5b37d6211c814fac0d5d0b71ec695618054a.tar.xz |
uaccess: drop duplicate includes from asm/uaccess.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m32r')
-rw-r--r-- | arch/m32r/include/asm/uaccess.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m32r/include/asm/uaccess.h b/arch/m32r/include/asm/uaccess.h index 7d993a837e39..96b0efdb5f22 100644 --- a/arch/m32r/include/asm/uaccess.h +++ b/arch/m32r/include/asm/uaccess.h @@ -11,8 +11,6 @@ /* * User space memory access functions */ -#include <linux/errno.h> -#include <linux/thread_info.h> #include <asm/page.h> #include <asm/setup.h> |