mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 03:59:22 +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>
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| videocodec.c | ||
| videocodec.h | ||
| zoran.h | ||
| zoran_card.c | ||
| zoran_card.h | ||
| zoran_device.c | ||
| zoran_device.h | ||
| zoran_driver.c | ||
| zoran_procfs.c | ||
| zoran_procfs.h | ||
| zr36016.c | ||
| zr36016.h | ||
| zr36050.c | ||
| zr36050.h | ||
| zr36057.h | ||
| zr36060.c | ||
| zr36060.h | ||