aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83795.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2012-10-10 09:25:57 -0400
committerJean Delvare <khali@endymion.delvare>2012-10-10 09:25:57 -0400
commit0657777fcefffbf79d4a5fa0952a3f1a4248c0da (patch)
treef49fd5434c84b9457bd752dbc6f98b0decfe9c5d /drivers/hwmon/w83795.c
parentfa845740cbc565d8f52c32973bb598743eb0d995 (diff)
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>
Diffstat (limited to 'drivers/hwmon/w83795.c')
-rw-r--r--drivers/hwmon/w83795.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/w83795.c b/drivers/hwmon/w83795.c
index 2f01b7f54305..55a4f4894531 100644
--- a/drivers/hwmon/w83795.c
+++ b/drivers/hwmon/w83795.c
@@ -34,7 +34,6 @@
34#include <linux/hwmon-sysfs.h> 34#include <linux/hwmon-sysfs.h>
35#include <linux/err.h> 35#include <linux/err.h>
36#include <linux/mutex.h> 36#include <linux/mutex.h>
37#include <linux/delay.h>
38#include <linux/jiffies.h> 37#include <linux/jiffies.h>
39 38
40/* Addresses to scan */ 39/* Addresses to scan */