1
0
Fork 0
remarkable-linux/arch/cris/arch-v32/kernel
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 CRIS: remove SMP code 2015-03-25 10:55:10 +01:00
cache.c [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
cacheflush.S CRIS: Add debug for assembler functions 2010-08-04 12:59:43 +02:00
crisksyms.c CRIS v32: remove old GPIO and LEDs code 2015-11-02 20:03:05 +01:00
debugport.c CRIS: Drop code related to obsolete or unused kconfigs 2015-11-02 20:03:05 +01:00
entry.S CRISv32: add support for irqflags tracing 2015-09-05 00:56:49 +02:00
fasttimer.c cris: fasttimer: fix mixed declarations and code compile warning 2016-09-22 16:26:29 +02:00
head.S cris: Fix section mismatches in architecture startup code 2015-12-15 14:03:19 +01:00
irq.c cris: irq: stop loop from accessing array out of bounds 2016-09-22 16:26:29 +02:00
kgdb.c cris: kgdb: use native hex2bin 2015-11-02 20:03:04 +01:00
kgdb_asm.S CRIS: v32: Correct path for intr_vect.h 2010-08-04 13:00:53 +02:00
process.c exit_thread: accept a task parameter to be exited 2016-05-20 17:58:30 -07:00
ptrace.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
setup.c CRIS: Drop code related to obsolete or unused kconfigs 2015-11-02 20:03:05 +01:00
signal.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
time.c cris/time: Migrate to new 'set-state' interface 2015-08-10 11:41:08 +02:00
traps.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00