Files
linux/arch/arm64/include/asm
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
..
2016-12-22 14:34:24 +01:00
2015-10-28 19:09:17 +00:00
2016-09-09 11:41:13 +01:00
2016-11-07 18:15:21 +00:00
2014-11-05 09:03:25 +01:00
2016-03-04 18:19:17 +00:00
2016-06-27 16:31:25 +01:00
2016-09-08 12:53:00 +02:00
2016-11-16 18:05:10 +00:00
2015-05-19 15:27:42 +01:00
2016-11-07 18:15:21 +00:00
2014-11-28 10:24:59 +00:00
2015-10-12 17:46:36 +01:00
2016-08-25 18:00:29 +01:00
2016-11-07 18:15:21 +00:00
2016-09-09 11:42:27 +01:00