linux-stable/arch/m68k/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
..
Makefile m68k: Remove inline strcpy() and strcat() implementations 2013-06-24 19:44:18 +02:00
ashldi3.c m68k: move exports to definitions 2016-08-07 23:47:19 -04:00
ashrdi3.c m68k: move exports to definitions 2016-08-07 23:47:19 -04:00
checksum.c m68k: simpler m68k and ColdFire CPU's can use generic csum code 2011-12-24 21:47:57 +10:00
divsi3.S m68k: move exports to definitions 2016-08-07 23:47:19 -04:00
lshrdi3.c m68k: move exports to definitions 2016-08-07 23:47:19 -04:00
memcpy.c m68k: fix unused variable warning in mempcy.c 2012-12-05 10:51:23 +10:00
memmove.c m68k: remove duplicate memmove() implementation 2011-05-24 10:03:49 +10:00
memset.c m68k: use kernel processor defines for conditional optimizations 2011-06-14 11:42:29 +10:00
modsi3.S m68k: move exports to definitions 2016-08-07 23:47:19 -04:00
muldi3.c m68k: move exports to definitions 2016-08-07 23:47:19 -04:00
mulsi3.S m68k: move exports to definitions 2016-08-07 23:47:19 -04:00
uaccess.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
udivsi3.S m68k: move exports to definitions 2016-08-07 23:47:19 -04:00
umodsi3.S m68k: move exports to definitions 2016-08-07 23:47:19 -04:00