]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
hwmon: (i5500_temp) Drop unnecessary include files
authorGuenter Roeck <linux@roeck-us.net>
Tue, 9 Sep 2025 13:01:41 +0000 (06:01 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 17 Oct 2025 14:18:15 +0000 (07:18 -0700)
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>
drivers/hwmon/i5500_temp.c

index 2a530da21949998364a21e7351d293e4f992b46b..bf006cb272b1f392024c2e89afdff0b1fbe6cb1a 100644 (file)
@@ -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