Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-3
-3
drivers/hwmon/i5500_temp.c
··· 8 8 #include <linux/bitops.h> 9 9 #include <linux/module.h> 10 10 #include <linux/init.h> 11 - #include <linux/slab.h> 12 - #include <linux/jiffies.h> 13 11 #include <linux/device.h> 14 12 #include <linux/pci.h> 15 13 #include <linux/hwmon.h> 16 14 #include <linux/err.h> 17 - #include <linux/mutex.h> 18 15 19 16 /* Register definitions from datasheet */ 20 17 #define REG_TSTHRCATA 0xE2