]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
metag/usercopy: Drop unused macros
authorJames Hogan <james.hogan@imgtec.com>
Fri, 31 Mar 2017 09:37:44 +0000 (10:37 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Wed, 5 Apr 2017 13:49:26 +0000 (14:49 +0100)
commitef62a2d81f73d9cddef14bc3d9097a57010d551c
treec0e236c035b8de43417960db8d45b9fa7e91d6c3
parentc1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201
metag/usercopy: Drop unused macros

Metag's lib/usercopy.c has a bunch of copy_from_user macros for larger
copies between 5 and 16 bytes which are completely unused. Before fixing
zeroing lets drop these macros so there is less to fix.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: linux-metag@vger.kernel.org
Cc: stable@vger.kernel.org
arch/metag/lib/usercopy.c