From: Wolfram Sang Date: Sun, 21 May 2017 20:34:40 +0000 (+0200) Subject: hwmon: (ds620) move header file out of I2C realm X-Git-Tag: v4.13-rc1~178^2~11 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=570999f306fc0375a533a1906ff35fffe289e36b;p=users%2Fjedix%2Flinux-maple.git hwmon: (ds620) 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: Guenter Roeck --- diff --git a/drivers/hwmon/ds620.c b/drivers/hwmon/ds620.c index 0043a4c02b85b..57d6958c74b8f 100644 --- a/drivers/hwmon/ds620.c +++ b/drivers/hwmon/ds620.c @@ -30,7 +30,7 @@ #include #include #include -#include +#include /* * Many DS620 constants specified below diff --git a/include/linux/i2c/ds620.h b/include/linux/platform_data/ds620.h similarity index 100% rename from include/linux/i2c/ds620.h rename to include/linux/platform_data/ds620.h