diff options
author | Jean Delvare <khali@linux-fr.org> | 2012-10-10 09:25:57 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2012-10-10 09:25:57 -0400 |
commit | 0657777fcefffbf79d4a5fa0952a3f1a4248c0da (patch) | |
tree | f49fd5434c84b9457bd752dbc6f98b0decfe9c5d /drivers/hwmon/da9052-hwmon.c | |
parent | fa845740cbc565d8f52c32973bb598743eb0d995 (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/da9052-hwmon.c')
-rw-r--r-- | drivers/hwmon/da9052-hwmon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/da9052-hwmon.c b/drivers/hwmon/da9052-hwmon.c index fc65f2d3ec91..b8d01c5f5713 100644 --- a/drivers/hwmon/da9052-hwmon.c +++ b/drivers/hwmon/da9052-hwmon.c | |||
@@ -12,7 +12,6 @@ | |||
12 | * | 12 | * |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include <linux/delay.h> | ||
16 | #include <linux/err.h> | 15 | #include <linux/err.h> |
17 | #include <linux/hwmon.h> | 16 | #include <linux/hwmon.h> |
18 | #include <linux/hwmon-sysfs.h> | 17 | #include <linux/hwmon-sysfs.h> |