diff options
author | Wolfram Sang | 2017-05-22 16:24:22 -0700 |
---|---|---|
committer | Dmitry Torokhov | 2017-05-22 17:23:46 -0700 |
commit | f81126b0b67c864b0b3d614d8adadc3a37ba5209 (patch) | |
tree | fa6a5dc66601424d0ed48bc8d9d357715ba4fa18 /drivers | |
parent | d899520b0431e70279bfb5066ecb6dc91d0b7072 (diff) |
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')
-rw-r--r-- | drivers/input/keyboard/lm8323.c | 2 |
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. */ |