1
0
Fork 0
remarkable-linux/drivers/char/pcmcia
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
..
Kconfig char/pcmcia: add scr24x_cs chip card interface driver 2016-11-10 17:03:36 +01:00
Makefile char/pcmcia: add scr24x_cs chip card interface driver 2016-11-10 17:03:36 +01:00
cm4000_cs.c docs: fix locations of several documents that got moved 2016-10-24 08:12:35 -02:00
cm4040_cs.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
cm4040_cs.h [PATCH] New Omnikey Cardman 4040 driver 2005-11-13 18:14:10 -08:00
scr24x_cs.c char/pcmcia: add some error checking in scr24x_read() 2016-11-29 20:43:12 +01:00
synclink_cs.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00