linux/arch/cris/arch-v32/lib
Linus Torvalds 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally
This was entirely automated, using the script by Al:

  PATT='^[[:blank:]]*#[[:blank:]]*include[[:blank:]]*<asm/uaccess.h>'
  sed -i -e "s!$PATT!#include <linux/uaccess.h>!" \
        $(git grep -l "$PATT"|grep -v ^include/linux/uaccess.h)

to do the replacement at the end of the merge window.

Requested-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-12-24 11:46:01 -08:00
..
checksum.S CRIS: Add debug info for assembler code 2010-08-04 13:02:29 +02:00
checksumcopy.S CRIS: Add debug symbols for assembler code 2010-08-04 13:02:29 +02:00
csumcpfruser.S
delay.c CRIS v32: Add precise delay loops for ETRAX FS and ARTPEC-3. 2008-02-08 11:06:35 +01:00
Makefile CRIS: remove SMP code 2015-03-25 10:55:10 +01:00
memset.c cris: import memset.c from newlib: fixes compile error with newer (pre4.3) gcc 2008-02-14 20:58:04 -08:00
strcmp.S CRISv32: Add arch optimized strcmp. 2009-06-10 15:21:03 +02:00
string.c CRIS: Import string.c (memcpy) from newlib: fixes compile error with gcc 4 2008-03-04 16:35:13 -08:00
usercopy.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00