mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-15 17:15:58 +00: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 | ||
| dma.c | ||
| entry.S | ||
| h8300_ksyms.c | ||
| head_ram.S | ||
| head_rom.S | ||
| irq.c | ||
| kgdb.c | ||
| Makefile | ||
| module.c | ||
| process.c | ||
| ptrace_h.c | ||
| ptrace_s.c | ||
| ptrace.c | ||
| setup.c | ||
| signal.c | ||
| sim-console.c | ||
| syscalls.c | ||
| traps.c | ||
| vmlinux.lds.S | ||