From: Wolfram Sang Date: Mon, 22 May 2017 23:28:42 +0000 (-0700) Subject: Input: mms114 - move header file out of I2C realm X-Git-Tag: v4.13-rc1~90^2^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d846a4cbbcbf81e527542d15e165b8f774bace5;p=thirdparty%2Fkernel%2Flinux.git Input: mms114 - 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/touchscreen/mms114.c b/drivers/input/touchscreen/mms114.c index 1fafc9f57af6c..e5eeb6311f7de 100644 --- a/drivers/input/touchscreen/mms114.c +++ b/drivers/input/touchscreen/mms114.c @@ -11,9 +11,9 @@ #include #include #include -#include #include #include +#include #include #include diff --git a/include/linux/i2c/mms114.h b/include/linux/platform_data/mms114.h similarity index 100% rename from include/linux/i2c/mms114.h rename to include/linux/platform_data/mms114.h