1
0
Fork 0
alistair23-linux/drivers/zorro
Linus Torvalds 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally
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>
2016-12-24 11:46:01 -08:00
..
.gitignore m68k: zorro - Add devlist.h and gen-devlist to .gitignore 2009-01-12 20:56:33 +01:00
Kconfig
Makefile zorro: Refactor conditional handling of Zorro device name database 2013-11-26 11:09:06 +01:00
gen-devlist.c
names.c zorro: Use ARRAY_SIZE 2014-07-11 10:38:02 +02:00
proc.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
zorro-driver.c zorro: Let the driver core handle device enumeration 2013-11-26 11:09:06 +01:00
zorro-sysfs.c zorro: Use kobj_to_dev() 2016-01-25 09:42:23 +01:00
zorro.c zorro: drop owner assignment from platform_drivers 2014-10-20 16:21:57 +02:00
zorro.h zorro: Refactor conditional handling of Zorro device name database 2013-11-26 11:09:06 +01:00
zorro.ids misc latin1 to utf8 conversions 2012-01-02 13:04:55 +01:00