Revision 7c0f6ba682b9c7632072ffbedf8d328c8f3c42ba authored by Linus Torvalds on 24 December 2016, 19:46:01 UTC, committed by Linus Torvalds on 24 December 2016, 19:46:01 UTC
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>
1 parent 1dd5c6b
History
File Mode Size
Kconfig -rw-r--r-- 682 bytes
Makefile -rw-r--r-- 164 bytes
cfg.c -rw-r--r-- 11.8 KB
cfg.h -rw-r--r-- 163 bytes
driver-ops.h -rw-r--r-- 5.7 KB
ieee802154_i.h -rw-r--r-- 5.4 KB
iface.c -rw-r--r-- 19.4 KB
llsec.c -rw-r--r-- 24.9 KB
llsec.h -rw-r--r-- 3.1 KB
mac_cmd.c -rw-r--r-- 4.2 KB
main.c -rw-r--r-- 6.0 KB
mib.c -rw-r--r-- 5.5 KB
rx.c -rw-r--r-- 7.5 KB
trace.c -rw-r--r-- 153 bytes
trace.h -rw-r--r-- 6.4 KB
tx.c -rw-r--r-- 3.1 KB
util.c -rw-r--r-- 2.7 KB

back to top