]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/cris/arch-v32/lib/usercopy.c
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
[karo-tx-linux.git] / arch / cris / arch-v32 / lib / usercopy.c
index f0f335d8aa7928101fd0bf1d8f7d80c0e2f950f6..05e58dab800d58abb8c2407a21e1beeb37a66f77 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 3.2.1 Axis release R53/1.53-v32".