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-05-28 12:35:06 +02:00
2015-06-21 21:52:44 +02:00
2014-08-26 02:18:58 +02:00
2016-05-28 12:35:07 +02:00
2016-04-03 12:32:09 +02:00
2016-05-28 12:35:08 +02:00
2016-04-03 12:32:09 +02:00
2015-11-11 08:36:36 +01:00
2014-01-22 20:19:02 +01:00
2015-05-13 10:55:42 +02:00
2015-11-12 11:35:47 +01:00
2016-10-04 16:13:57 +02:00
2015-05-28 15:31:53 +02:00
2014-08-26 02:18:56 +02:00
2014-05-24 00:07:01 +02:00
2016-02-01 23:36:38 +01:00
2016-05-28 12:35:06 +02:00
2016-10-25 11:31:51 +02:00
2015-09-03 12:08:05 +02:00
2016-05-28 12:35:07 +02:00
2016-10-04 16:13:57 +02:00
2014-08-02 00:06:38 +02:00
2014-01-22 20:19:02 +01:00
2016-04-03 12:32:09 +02:00
2015-09-03 12:08:05 +02:00
2016-07-05 16:08:35 +02:00
2013-09-18 17:13:58 +02:00
2016-05-09 12:00:02 +02:00