diff options
| author | Guenter Roeck <linux@roeck-us.net> | 2025-09-09 16:01:41 +0300 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2025-10-17 17:18:15 +0300 |
| commit | 75616264e0cca5ead432df7236653056b35cb0fc (patch) | |
| tree | 4ecd85e8f7c1c49061c228e1cddfcb3029be1207 | |
| parent | 0517a5c70c6ebdc1d8945c8c0126d501fa4a4616 (diff) | |
| download | linux-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.c | 3 |
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 |
