]> git.baikalelectronics.ru Git - kernel.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)
commit32da59a1a978a968ae7be71f791eb114e24bd48e
treec0e236c035b8de43417960db8d45b9fa7e91d6c3
parent8a17c7afe9fb246fbdf434a8c4a84cdc5bada8cb
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