1
0
Fork 0
remarkable-linux/arch/arm/plat-iop
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
..
Makefile kbuild: remove unnecessary variable initializaions 2014-10-02 13:55:02 +02:00
adma.c drivers/dma: remove unused support for MEMSET operations 2013-07-03 16:07:42 -07:00
cp6.c ARM: 6969/1: plat-iop: fix build error 2011-06-21 11:33:21 +01:00
i2c.c Disintegrate asm/system.h for ARM 2012-03-28 18:30:01 +01:00
pci.c ARM: iop3xx: use fixed PCI i/o mapping 2012-07-26 09:10:04 -05:00
pmu.c arm: iop: specify PMUs are for XScale CPUs 2015-02-06 00:12:59 -08:00
restart.c reboot: arm: change reboot_mode to use enum reboot_mode 2013-07-09 10:33:29 -07:00
setup.c ARM: iop: Fix indentation 2016-07-07 18:06:40 +02:00
time.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00