aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2017-05-22 16:24:22 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-05-22 17:23:46 -0700
commitf81126b0b67c864b0b3d614d8adadc3a37ba5209 (patch)
treefa6a5dc66601424d0ed48bc8d9d357715ba4fa18 /drivers/input/keyboard
parentInput: elantech - force relative mode on a certain module (diff)
downloadlinux-dev-f81126b0b67c864b0b3d614d8adadc3a37ba5209.tar.xz
linux-dev-f81126b0b67c864b0b3d614d8adadc3a37ba5209.zip
Input: lm8323 - move header file out of I2C realm
include/linux/i2c is not for client devices. Move the header file to a more appropriate location. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/keyboard')
-rw-r--r--drivers/input/keyboard/lm8323.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/lm8323.c b/drivers/input/keyboard/lm8323.c
index 21bea52d4365..04a5d7e134d7 100644
--- a/drivers/input/keyboard/lm8323.c
+++ b/drivers/input/keyboard/lm8323.c
@@ -30,8 +30,8 @@
#include <linux/delay.h>
#include <linux/input.h>
#include <linux/leds.h>
+#include <linux/platform_data/lm8323.h>
#include <linux/pm.h>
-#include <linux/i2c/lm8323.h>
#include <linux/slab.h>
/* Commands to send to the chip. */