>From a5ffc5ddcdb230fcb10fe6c80ebe043c25763416 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 15 Mar 2011 09:37:47 +0100 Subject: [PATCH] hwmon/sch5627: include linux/delay.h for msleep prototype This should fix sch5627 breaking the building of linux-next Signed-off-by: Hans de Goede --- drivers/hwmon/sch5627.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/hwmon/sch5627.c b/drivers/hwmon/sch5627.c index 0001331..9a51dcc 100644 --- a/drivers/hwmon/sch5627.c +++ b/drivers/hwmon/sch5627.c @@ -30,6 +30,7 @@ #include #include #include +#include #define DRVNAME "sch5627" #define DEVNAME DRVNAME /* We only support one model */ -- 1.7.3.2