[PATCH 6.1.y-cip 12/23] hwmon: (lm75) remove now-unused include
Tommaso Merciai <[email protected]> Fri, 17 Jul 2026 15:12:30 +0200
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <[email protected]> |
From: Luca Ceresoli <[email protected]> commit cfe09564467b8217b992aa329430897d0983e7db upstream. 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Tommaso Merciai <[email protected]> --- drivers/hwmon/lm75.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/hwmon/lm75.c b/drivers/hwmon/lm75.c index 10784d496278..58f8be462816 100644 --- 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_device.h> #include <linux/of.h> -- 2.54.0