Explorar o código

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>
Paul Gortmaker %!s(int64=13) %!d(string=hai) anos
pai
achega
cd66bc4539
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      arch/sparc/kernel/mdesc.c

+ 1 - 0
arch/sparc/kernel/mdesc.c

@@ -16,6 +16,7 @@
 #include <asm/hypervisor.h>
 #include <asm/hypervisor.h>
 #include <asm/mdesc.h>
 #include <asm/mdesc.h>
 #include <asm/prom.h>
 #include <asm/prom.h>
+#include <asm/uaccess.h>
 #include <asm/oplib.h>
 #include <asm/oplib.h>
 #include <asm/smp.h>
 #include <asm/smp.h>