hwmon: (tmp103) Drop unnecessary include files

The driver does not perform any locking, does not sleep or check the time,
and does not create sysfs attributes. Drop the unnecessary include files.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
Guenter Roeck 2025-06-09 06:49:07 -07:00
parent b37a3b983a
commit 44bd91bca9
1 changed files with 0 additions and 3 deletions

View File

@ -14,11 +14,8 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/i2c.h> #include <linux/i2c.h>
#include <linux/hwmon.h> #include <linux/hwmon.h>
#include <linux/hwmon-sysfs.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/mutex.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/jiffies.h>
#include <linux/regmap.h> #include <linux/regmap.h>
#define TMP103_TEMP_REG 0x00 #define TMP103_TEMP_REG 0x00