projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
005cc9b
)
hwmon: (emc2305) Remove unused including <linux/version.h>
author
Jiapeng Chong
<jiapeng.chong@linux.alibaba.com>
Thu, 1 Sep 2022 02:23:32 +0000
(10:23 +0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Mon, 19 Sep 2022 13:17:06 +0000
(06:17 -0700)
./drivers/hwmon/emc2305.c: 14 linux/version.h not needed.
Link:
https://bugzilla.openanolis.cn/show_bug.cgi?id=2024
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link:
https://lore.kernel.org/r/20220901022332.40248-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/emc2305.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/emc2305.c
b/drivers/hwmon/emc2305.c
index 9f6546ea3d69336d01617a49c4afa6feb27e58c7..ee5ed24feab5d2457243f91dc380f7db77560d6f 100644
(file)
--- 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 };