From: Jiapeng Chong Date: Thu, 1 Sep 2022 02:23:32 +0000 (+0800) Subject: hwmon: (emc2305) Remove unused including X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4444a06981af66a49cf0cd08fec9759e8dd0a0fc;p=linux.git hwmon: (emc2305) Remove unused including ./drivers/hwmon/emc2305.c: 14 linux/version.h not needed. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2024 Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong Link: https://lore.kernel.org/r/20220901022332.40248-1-jiapeng.chong@linux.alibaba.com Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/emc2305.c b/drivers/hwmon/emc2305.c index 9f6546ea3d693..ee5ed24feab5d 100644 --- a/drivers/hwmon/emc2305.c +++ b/drivers/hwmon/emc2305.c @@ -11,7 +11,6 @@ #include #include #include -#include static const unsigned short emc2305_normal_i2c[] = { 0x27, 0x2c, 0x2d, 0x2e, 0x2f, 0x4c, 0x4d, I2C_CLIENT_END };