aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/s3c-hwmon.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2012-10-10 15:25:57 +0200
committerJean Delvare <khali@endymion.delvare>2012-10-10 15:25:57 +0200
commit0657777fcefffbf79d4a5fa0952a3f1a4248c0da (patch)
treef49fd5434c84b9457bd752dbc6f98b0decfe9c5d /drivers/hwmon/s3c-hwmon.c
parenthwmon: Add missing inclusions of <linux/err.h> (diff)
downloadlinux-dev-0657777fcefffbf79d4a5fa0952a3f1a4248c0da.tar.xz
linux-dev-0657777fcefffbf79d4a5fa0952a3f1a4248c0da.zip
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/s3c-hwmon.c')
-rw-r--r--drivers/hwmon/s3c-hwmon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/s3c-hwmon.c b/drivers/hwmon/s3c-hwmon.c
index fe11b95670bd..bcecd025fcc4 100644
--- a/drivers/hwmon/s3c-hwmon.c
+++ b/drivers/hwmon/s3c-hwmon.c
@@ -22,7 +22,6 @@
#include <linux/module.h>
#include <linux/slab.h>
-#include <linux/delay.h>
#include <linux/io.h>
#include <linux/init.h>
#include <linux/err.h>