From: Wolfram Sang Date: Mon, 22 May 2017 23:24:22 +0000 (-0700) Subject: Input: lm8323 - move header file out of I2C realm X-Git-Tag: v4.13-rc1~90^2^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f81126b0b67c864b0b3d614d8adadc3a37ba5209;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/keyboard/lm8323.c b/drivers/input/keyboard/lm8323.c index 21bea52d43657..04a5d7e134d72 100644 --- a/drivers/input/keyboard/lm8323.c +++ b/drivers/input/keyboard/lm8323.c @@ -30,8 +30,8 @@ #include #include #include +#include #include -#include #include /* Commands to send to the chip. */ diff --git a/include/linux/i2c/lm8323.h b/include/linux/platform_data/lm8323.h similarity index 100% rename from include/linux/i2c/lm8323.h rename to include/linux/platform_data/lm8323.h