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-06-21 22:10:55 +02:00
2016-09-19 15:04:15 +02:00
2016-11-09 13:55:13 +01:00
2012-11-28 18:36:05 +10:00
2016-11-15 23:33:48 +01:00
2016-06-21 22:10:55 +02:00
2016-09-19 15:04:15 +02:00
2016-09-19 15:04:15 +02:00
2013-12-18 11:35:45 +10:00
2016-05-06 16:04:48 +02:00
2015-08-12 12:24:05 -04:00
2016-12-08 13:42:57 +02:00
2014-03-17 20:11:57 +01:00