sparc: fix implicit use of uaccess.h header in mdesc.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 20 Sep 2011 01:15:28 +0000 (21:15 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:52 +0000 (19:30 -0400)
commitcd66bc4539670cadc8442b507f9d5f1a98ce8b7d
tree808815f4ddd9541e8549b228e9e46d29fa80af6a
parentc2068dabebf83a7ef65ba977a165730fb8b53ef0
sparc: fix implicit use of uaccess.h header in mdesc.c

Building sparc64 with the module.h cleanup reveals this implicit
include being taken advantage of:

arch/sparc/kernel/mdesc.c: In function 'mdesc_read':
arch/sparc/kernel/mdesc.c:900: error: implicit declaration of function 'copy_to_user'

Fix it up before the implicit module.h presence is removed.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/sparc/kernel/mdesc.c