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-03-21 10:50:48 +01:00
2015-02-11 17:06:03 -08:00
2015-06-23 13:35:49 +09:00
2016-12-14 00:35:35 +01:00
locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}()
2016-06-16 10:48:32 +02:00
2016-07-07 09:16:20 +02:00
2016-06-16 10:48:32 +02:00
2014-01-17 17:01:46 -05:00
2014-01-17 17:01:46 -05:00
2016-06-14 11:55:15 +02:00
2014-04-18 11:40:30 +02:00
2016-03-24 23:13:48 -07:00
2016-03-13 23:55:13 -04:00
2014-09-25 18:00:45 -07:00
2014-04-09 13:44:35 -07:00
2015-10-15 00:21:13 +02:00
2016-11-15 09:51:04 +01:00
2016-11-15 09:51:04 +01:00
2015-11-16 14:42:12 -05:00
2014-09-22 13:35:51 +02:00
2015-09-08 17:52:23 -07:00
2016-12-02 08:51:22 -08:00
2016-02-16 15:10:44 +00:00
2016-04-21 11:06:09 +02:00
2016-02-19 00:22:54 +01:00
2013-10-02 20:02:35 -04:00
2016-05-31 16:41:50 +08:00
2014-06-06 16:08:13 -07:00
2016-05-31 16:41:50 +08:00
2014-09-13 18:38:07 +02:00
2014-02-09 21:18:52 +01:00
2016-01-14 16:00:49 -08:00
2016-02-18 19:46:29 +01:00
2015-07-17 16:39:53 -07:00
2014-11-22 21:52:08 +01:00
2014-11-23 13:01:47 +01:00
2016-02-26 15:24:55 +01:00
2015-08-25 09:59:45 +02:00
2015-06-08 07:56:21 -05:00
2016-11-08 10:29:44 +01:00
2016-12-12 18:55:08 -08:00
2016-05-17 12:24:21 +02:00
2015-09-18 09:27:29 +02:00
2016-08-10 14:13:27 +02:00
2016-02-29 10:02:43 +01:00
2016-06-08 15:17:01 +02:00
2014-05-15 00:32:09 +01:00
2016-06-08 15:16:59 +02:00
2016-05-13 14:02:00 +02:00
2016-11-11 08:12:37 -08:00
2016-05-13 14:02:10 +02:00
2013-09-24 06:02:24 +10:00
2014-09-23 16:20:00 -04:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-12-12 18:55:07 -08:00
2016-09-27 21:15:14 -04:00
2014-05-08 10:22:23 +02:00
2016-12-17 16:24:13 -08:00
2013-09-30 14:31:02 -07:00
2015-07-08 16:41:55 -04:00