Replace <asm/uaccess.h> with <linux/uaccess.h> globally
[sfrench/cifs-2.6.git] / arch / cris / arch-v10 / lib / usercopy.c
index b964c667acedfd6fbc2583a2205a2898cb70eb1c..1ba7cc000dfc80266a7beb53ecb6c19386f989eb 100644 (file)
@@ -8,7 +8,7 @@
  * Pieces used from memcpy, originally by Kenny Ranerup long time ago.
  */
 
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 /* Asm:s have been tweaked (within the domain of correctness) to give
    satisfactory results for "gcc version 2.96 20000427 (experimental)".