1
0
Fork 0
remarkable-linux/drivers/input/tablet
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 Input: add Pegasus Notetaker tablet driver 2016-06-02 10:00:17 -07:00
Makefile Input: add Pegasus Notetaker tablet driver 2016-06-02 10:00:17 -07:00
acecad.c Input: acecad - stop saving struct usb_device 2016-03-31 13:13:39 -07:00
aiptek.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
gtco.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
hanwang.c Input: delete non-required instances of include <linux/init.h> 2014-01-06 23:23:57 -08:00
kbtab.c Input: kbtab - stop saving struct usb_device 2016-03-31 13:13:42 -07:00
pegasus_notetaker.c Input: pegasus_notetaker - directly include workqueue header 2016-08-25 10:11:32 -07:00
wacom_serial4.c Input: wacom_serial4 - prepare for wacom USB moving to HID 2014-07-25 18:26:06 -07:00