commit | ef62a2d81f73d9cddef14bc3d9097a57010d551c | [log] [tgz] |
---|---|---|
author | James Hogan <james.hogan@imgtec.com> | Fri Mar 31 10:37:44 2017 +0100 |
committer | James Hogan <james.hogan@imgtec.com> | Wed Apr 05 14:49:26 2017 +0100 |
tree | c0e236c035b8de43417960db8d45b9fa7e91d6c3 | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 [diff] |
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