commit | cd66bc4539670cadc8442b507f9d5f1a98ce8b7d | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Sep 19 21:15:28 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:30:52 2011 -0400 |
tree | 808815f4ddd9541e8549b228e9e46d29fa80af6a | |
parent | c2068dabebf83a7ef65ba977a165730fb8b53ef0 [diff] |
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>