diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-12-27 18:14:09 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-03-05 21:57:49 -0500 |
commit | af1d5b37d6211c814fac0d5d0b71ec695618054a (patch) | |
tree | 45978b8178aae0f1c953a9dc18c96f01b64b5d47 /include/asm-generic | |
parent | 5e6039d8a307d8411422c154f3d446b44fa32b6d (diff) | |
download | talos-obmc-linux-af1d5b37d6211c814fac0d5d0b71ec695618054a.tar.gz talos-obmc-linux-af1d5b37d6211c814fac0d5d0b71ec695618054a.zip |
uaccess: drop duplicate includes from asm/uaccess.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/asm-generic')
-rw-r--r-- | include/asm-generic/uaccess.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-generic/uaccess.h b/include/asm-generic/uaccess.h index d7c17bfd4601..d20955e495b3 100644 --- a/include/asm-generic/uaccess.h +++ b/include/asm-generic/uaccess.h @@ -6,7 +6,6 @@ * on any machine that has kernel and user data in the same * address space, e.g. all NOMMU machines. */ -#include <linux/sched.h> #include <linux/string.h> #include <asm/segment.h> |