Commit 0657777fcefffbf79d4a5fa0952a3f1a4248c0da

Authored by Jean Delvare
Committed by Jean Delvare
1 parent fa845740cb

hwmon: Drop needless includes of <linux/delay.h>

These drivers use no sleep or delay functions so they don't need to
include <linux/delay.h>.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Cc: Rudolf Marek <r.marek@assembler.cz>

Showing 10 changed files with 0 additions and 10 deletions Side-by-side Diff

drivers/hwmon/adt7411.c
... ... @@ -15,7 +15,6 @@
15 15 #include <linux/module.h>
16 16 #include <linux/init.h>
17 17 #include <linux/err.h>
18   -#include <linux/delay.h>
19 18 #include <linux/mutex.h>
20 19 #include <linux/jiffies.h>
21 20 #include <linux/i2c.h>
drivers/hwmon/adt7462.c
... ... @@ -26,7 +26,6 @@
26 26 #include <linux/hwmon-sysfs.h>
27 27 #include <linux/err.h>
28 28 #include <linux/mutex.h>
29   -#include <linux/delay.h>
30 29 #include <linux/log2.h>
31 30 #include <linux/slab.h>
32 31  
drivers/hwmon/da9052-hwmon.c
... ... @@ -12,7 +12,6 @@
12 12 *
13 13 */
14 14  
15   -#include <linux/delay.h>
16 15 #include <linux/err.h>
17 16 #include <linux/hwmon.h>
18 17 #include <linux/hwmon-sysfs.h>
drivers/hwmon/emc6w201.c
... ... @@ -18,7 +18,6 @@
18 18 */
19 19  
20 20 #include <linux/module.h>
21   -#include <linux/delay.h>
22 21 #include <linux/init.h>
23 22 #include <linux/slab.h>
24 23 #include <linux/jiffies.h>
drivers/hwmon/i5k_amb.c
... ... @@ -25,7 +25,6 @@
25 25 #include <linux/hwmon-sysfs.h>
26 26 #include <linux/err.h>
27 27 #include <linux/mutex.h>
28   -#include <linux/delay.h>
29 28 #include <linux/log2.h>
30 29 #include <linux/pci.h>
31 30 #include <linux/platform_device.h>
drivers/hwmon/k8temp.c
... ... @@ -22,7 +22,6 @@
22 22 */
23 23  
24 24 #include <linux/module.h>
25   -#include <linux/delay.h>
26 25 #include <linux/init.h>
27 26 #include <linux/slab.h>
28 27 #include <linux/jiffies.h>
drivers/hwmon/max16065.c
... ... @@ -22,7 +22,6 @@
22 22 #include <linux/i2c.h>
23 23 #include <linux/hwmon.h>
24 24 #include <linux/hwmon-sysfs.h>
25   -#include <linux/delay.h>
26 25 #include <linux/jiffies.h>
27 26  
28 27 enum chips { max16065, max16066, max16067, max16068, max16070, max16071 };
drivers/hwmon/pmbus/pmbus_core.c
... ... @@ -26,7 +26,6 @@
26 26 #include <linux/i2c.h>
27 27 #include <linux/hwmon.h>
28 28 #include <linux/hwmon-sysfs.h>
29   -#include <linux/delay.h>
30 29 #include <linux/jiffies.h>
31 30 #include <linux/i2c/pmbus.h>
32 31 #include "pmbus.h"
drivers/hwmon/s3c-hwmon.c
... ... @@ -22,7 +22,6 @@
22 22  
23 23 #include <linux/module.h>
24 24 #include <linux/slab.h>
25   -#include <linux/delay.h>
26 25 #include <linux/io.h>
27 26 #include <linux/init.h>
28 27 #include <linux/err.h>
drivers/hwmon/w83795.c
... ... @@ -34,7 +34,6 @@
34 34 #include <linux/hwmon-sysfs.h>
35 35 #include <linux/err.h>
36 36 #include <linux/mutex.h>
37   -#include <linux/delay.h>
38 37 #include <linux/jiffies.h>
39 38  
40 39 /* Addresses to scan */