metag/usercopy: Drop unused macros
authorJames Hogan <james.hogan@imgtec.com>
Fri, 31 Mar 2017 09:37:44 +0000 (10:37 +0100)
committerJiri Slaby <jslaby@suse.cz>
Wed, 26 Apr 2017 18:05:01 +0000 (20:05 +0200)
commit1ae49ff524caf78b34c81d908d7414fe9274d645
tree73166a20a2c878029ad4c0ecad66097940deac4c
parentb054b318a7eaade12005ffed8a5957fbb23b6a69
metag/usercopy: Drop unused macros

commit ef62a2d81f73d9cddef14bc3d9097a57010d551c upstream.

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
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
arch/metag/lib/usercopy.c