mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 03:29:11 +02: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>
|
||
|---|---|---|
| .. | ||
| asm-offsets.c | ||
| break.S | ||
| cmode.S | ||
| debug-stub.c | ||
| dma.c | ||
| entry-table.S | ||
| entry.S | ||
| frv_ksyms.c | ||
| futex.c | ||
| gdb-io.c | ||
| gdb-io.h | ||
| gdb-stub.c | ||
| head-mmu-fr451.S | ||
| head-uc-fr401.S | ||
| head-uc-fr451.S | ||
| head-uc-fr555.S | ||
| head.inc | ||
| head.S | ||
| irq-mb93091.c | ||
| irq-mb93093.c | ||
| irq-mb93493.c | ||
| irq.c | ||
| local.h | ||
| local64.h | ||
| Makefile | ||
| module.c | ||
| pm-mb93093.c | ||
| pm.c | ||
| process.c | ||
| ptrace.c | ||
| setup.c | ||
| signal.c | ||
| sleep.S | ||
| switch_to.S | ||
| sys_frv.c | ||
| sysctl.c | ||
| time.c | ||
| traps.c | ||
| uaccess.c | ||
| vmlinux.lds.S | ||