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-10-13 19:48:11 -05:00
2016-09-16 12:44:21 +02:00
2013-11-08 05:57:46 +09:00
2016-12-02 16:04:33 -08:00
2015-06-27 20:23:32 -07:00
2016-12-15 00:21:37 -06:00
2014-12-14 14:55:57 -06:00
2007-06-05 18:30:44 +00:00
2016-06-23 23:45:17 -05:00
2016-10-13 19:48:20 -05:00
2012-07-24 10:25:13 -05:00
2013-09-08 14:54:24 -05:00