mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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>
|
||
|---|---|---|
| .. | ||
| carta_random.S | ||
| checksum.c | ||
| clear_page.S | ||
| clear_user.S | ||
| copy_page_mck.S | ||
| copy_page.S | ||
| copy_user.S | ||
| csum_partial_copy.c | ||
| do_csum.S | ||
| flush.S | ||
| idiv32.S | ||
| idiv64.S | ||
| io.c | ||
| ip_fast_csum.S | ||
| Makefile | ||
| memcpy_mck.S | ||
| memcpy.S | ||
| memset.S | ||
| strlen_user.S | ||
| strlen.S | ||
| strncpy_from_user.S | ||
| strnlen_user.S | ||
| xor.S | ||