linux/drivers/input
Tao Huang 808bc30143 rk: Replace <asm/uaccess.h> with <linux/uaccess.h> globally
According to commit 7c0f6ba682 ("Replace <asm/uaccess.h> with
<linux/uaccess.h> globally").

sed -i "s!#include <asm/uaccess.h>  !#include <linux/uaccess.h>!" \
$(git grep -l "#include <asm/uaccess.h>  " | grep -v ^include/linux/uaccess.h)

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)

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I2110dffd32d855ecc9c403fc75cee950f7abb024
2021-04-09 17:08:07 +08:00
..
gameport treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
joystick rk: revert to v4.19 2021-03-17 18:05:39 +08:00
keyboard Merge remote branch 'android12-5.10' of https://android.googlesource.com/kernel/common 2021-03-17 18:07:51 +08:00
misc rk: revert to v4.19 2021-03-17 18:05:39 +08:00
mouse rk: revert to v4.19 2021-03-17 18:05:39 +08:00
remotectl input: rc: add support parser power key by rk pwm controller 2021-03-10 19:34:04 +08:00
rmi4 rk: revert to v4.19 2021-03-17 18:05:39 +08:00
sensors rk: Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2021-04-09 17:08:07 +08:00
serio rk: revert to v4.19 2021-03-17 18:05:39 +08:00
tablet rk: revert to v4.19 2021-03-17 18:05:39 +08:00
touchscreen rk: Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2021-04-09 17:08:07 +08:00
apm-power.c
evbug.c
evdev.c rk: revert to v4.19 2021-03-17 18:05:39 +08:00
ff-core.c
ff-memless.c rk: revert to v4.19 2021-03-17 18:05:39 +08:00
input-compat.c
input-compat.h
input-leds.c
input-mt.c Input: MT - avoid comma separated statements 2020-08-25 10:26:05 -07:00
input-polldev.c
input-poller.c Input: add input_get_poll_interval() 2019-10-04 12:31:46 -07:00
input-poller.h Input: add support for polling to input devices 2019-08-20 12:04:07 -07:00
input.c rk: revert to v4.19 2021-03-17 18:05:39 +08:00
joydev.c Linux 5.2 2019-07-15 09:42:32 -07:00
Kconfig input: Add IR decode driver 2021-04-08 18:14:45 +08:00
Makefile input: Add IR decode driver 2021-04-08 18:14:45 +08:00
matrix-keymap.c Input: matrix-keymap - switch to use device_property_count_u32() 2019-08-12 00:03:13 -07:00
mousedev.c *: convert stream-like files -> stream_open, even if they use noop_llseek 2019-07-14 16:09:19 +03:00
sparse-keymap.c Input: Use fallthrough pseudo-keyword 2020-07-07 11:25:54 -07:00