projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9e5f28
)
hwmon: (lm75) remove now-unused include
author
Luca Ceresoli
<luca.ceresoli@bootlin.com>
Thu, 28 Dec 2023 16:27:16 +0000
(17:27 +0100)
committer
Guenter Roeck
<linux@roeck-us.net>
Tue, 2 Jan 2024 16:44:57 +0000
(08:44 -0800)
Including hwmon-sysfs.h is not needed since sysfs code got removed from
this file in commit
08b024338166
("hwmon: (lm75) Convert to use new hwmon
registration API").
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Link:
https://lore.kernel.org/r/20231228-hwmon-cleanup-include-v1-1-e36f65aee1f0@bootlin.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm75.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/lm75.c
b/drivers/hwmon/lm75.c
index 5b2ea05c951e3333b132f8c7342bd9541e3d1bb3..dbabef2c240295a68be8b2a0a5ec0c4dadc481c2 100644
(file)
--- a/
drivers/hwmon/lm75.c
+++ b/
drivers/hwmon/lm75.c
@@
-11,7
+11,6
@@
#include <linux/jiffies.h>
#include <linux/i2c.h>
#include <linux/hwmon.h>
-#include <linux/hwmon-sysfs.h>
#include <linux/err.h>
#include <linux/of.h>
#include <linux/regmap.h>