1
0
Fork 0
alistair23-linux/arch/cris
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
..
arch-v10 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
arch-v32 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
boot cris: No need to append -O2 and $(LINUXINCLUDE) 2016-12-08 10:56:40 +01:00
configs CRIS: defconfig: remove MTDRAM_ABS_POS 2016-09-23 16:01:55 +02:00
include locking/core: Provide common cpu_relax_yield() definition 2016-11-17 08:17:36 +01:00
kernel Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
mm cris: migrate exception table users off module.h and onto extable.h 2016-09-23 15:33:38 +02:00
Kconfig cris: fix Kconfig mismatch when building with CONFIG_PCI 2016-09-22 16:43:17 +02:00
Kconfig.debug Kconfig: remove a few puzzling comments 2011-10-31 10:58:48 +01:00
Makefile CRISv32: add device tree support 2015-03-25 09:49:48 +01:00