[PATCH] hwmon/sch5627: include linux/delay.h for msleep prototype

From: Hans de Goede
Date: Tue Mar 15 2011 - 04:37:47 EST


This should fix sch5627 breaking the building of linux-next

Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx>
---
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 <linux/mutex.h>
#include <linux/io.h>
#include <linux/acpi.h>
+#include <linux/delay.h>

#define DRVNAME "sch5627"
#define DEVNAME DRVNAME /* We only support one model */
--
1.7.3.2


--------------020301000309030604090703--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/