diff options
| author | Jiapeng Chong <[email protected]> | 2022-09-01 10:23:32 +0800 |
|---|---|---|
| committer | Guenter Roeck <[email protected]> | 2022-09-19 06:17:06 -0700 |
| commit | 4444a06981af66a49cf0cd08fec9759e8dd0a0fc (patch) | |
| tree | dd129623c2bc7ea7e2a662ad192a5fdcc6845357 | |
| parent | 005cc9b4f1118309301f5af6c6ee7e74a5b1f46c (diff) | |
hwmon: (emc2305) Remove unused including <linux/version.h>
./drivers/hwmon/emc2305.c: 14 linux/version.h not needed.
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2024
Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
| -rw-r--r-- | drivers/hwmon/emc2305.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/emc2305.c b/drivers/hwmon/emc2305.c index 9f6546ea3d69..ee5ed24feab5 100644 --- a/drivers/hwmon/emc2305.c +++ b/drivers/hwmon/emc2305.c @@ -11,7 +11,6 @@ #include <linux/module.h> #include <linux/platform_data/emc2305.h> #include <linux/thermal.h> -#include <linux/version.h> static const unsigned short emc2305_normal_i2c[] = { 0x27, 0x2c, 0x2d, 0x2e, 0x2f, 0x4c, 0x4d, I2C_CLIENT_END }; |