summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2025-09-09 16:01:41 +0300
committerGuenter Roeck <linux@roeck-us.net>2025-10-17 17:18:15 +0300
commit75616264e0cca5ead432df7236653056b35cb0fc (patch)
tree4ecd85e8f7c1c49061c228e1cddfcb3029be1207
parent0517a5c70c6ebdc1d8945c8c0126d501fa4a4616 (diff)
downloadlinux-75616264e0cca5ead432df7236653056b35cb0fc.tar.xz
hwmon: (i5500_temp) Drop unnecessary include files
The driver does not perform any locking, does not execute or use any sleep related functionality, and does not allocate memory. Drop the unnecessary include files. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r--drivers/hwmon/i5500_temp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/hwmon/i5500_temp.c b/drivers/hwmon/i5500_temp.c
index 2a530da21949..bf006cb272b1 100644
--- a/drivers/hwmon/i5500_temp.c
+++ b/drivers/hwmon/i5500_temp.c
@@ -8,13 +8,10 @@
#include <linux/bitops.h>
#include <linux/module.h>
#include <linux/init.h>
-#include <linux/slab.h>
-#include <linux/jiffies.h>
#include <linux/device.h>
#include <linux/pci.h>
#include <linux/hwmon.h>
#include <linux/err.h>
-#include <linux/mutex.h>
/* Register definitions from datasheet */
#define REG_TSTHRCATA 0xE2