1
0
Fork 0
alistair23-linux/drivers/oprofile
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
..
buffer_sync.c constify get_dcookie() and friends 2016-12-05 19:01:16 -05:00
buffer_sync.h
cpu_buffer.c drivers/oprofile: Replace __get_cpu_var uses for address calculation 2014-08-26 13:45:46 -04:00
cpu_buffer.h
event_buffer.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
event_buffer.h
nmi_timer_int.c oprofile/nmi timer: Convert to hotplug state machine 2016-12-02 00:52:34 +01:00
oprof.c
oprof.h
oprofile_files.c
oprofile_perf.c
oprofile_stats.c
oprofile_stats.h
oprofilefs.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
timer_int.c oprofile/timer: Convert to hotplug state machine 2016-09-19 21:44:28 +02:00