diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-03-28 00:51:43 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-03-28 16:43:44 -0400 |
commit | 3fb50075284433093eba7c43e75b16eaa36eeabd (patch) | |
tree | ecb3e9670cbf3dec94b48ba1f8f604df774c9af1 /arch/h8300/include/asm/Kbuild | |
parent | db68ce10c4f0a27c1ff9fa0e789e5c41f8c4ea63 (diff) | |
download | op-kernel-dev-3fb50075284433093eba7c43e75b16eaa36eeabd.zip op-kernel-dev-3fb50075284433093eba7c43e75b16eaa36eeabd.tar.gz |
asm-generic/uaccess.h: don't mess with __copy_{to,from}_user
only h8300 actually used those; might as well define them there.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/h8300/include/asm/Kbuild')
-rw-r--r-- | arch/h8300/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/h8300/include/asm/Kbuild b/arch/h8300/include/asm/Kbuild index f14e4e6..757cdeb 100644 --- a/arch/h8300/include/asm/Kbuild +++ b/arch/h8300/include/asm/Kbuild @@ -69,7 +69,6 @@ generic-y += tlbflush.h generic-y += trace_clock.h generic-y += topology.h generic-y += types.h -generic-y += uaccess.h generic-y += ucontext.h generic-y += unaligned.h generic-y += vga.h |