From: Wolfram Sang Date: Sun, 21 May 2017 20:34:42 +0000 (+0200) Subject: hwmon: (max6639) move header file out of I2C realm X-Git-Tag: v4.13-rc1~178^2~9 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0c9fe1614126171c70e0dc0b0635d45a327ac82a;p=users%2Fjedix%2Flinux-maple.git hwmon: (max6639) 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/max6639.c b/drivers/hwmon/max6639.c index dac6d85f2fd9..f98a83c79ff1 100644 --- a/drivers/hwmon/max6639.c +++ b/drivers/hwmon/max6639.c @@ -32,7 +32,7 @@ #include #include #include -#include +#include /* Addresses to scan */ static const unsigned short normal_i2c[] = { 0x2c, 0x2e, 0x2f, I2C_CLIENT_END }; diff --git a/include/linux/i2c/max6639.h b/include/linux/platform_data/max6639.h similarity index 100% rename from include/linux/i2c/max6639.h rename to include/linux/platform_data/max6639.h