Re: [PATCH] I2C update for 2.6.10-rc1

From: Greg KH
Date: Tue Nov 09 2004 - 00:59:05 EST


ChangeSet 1.2014.1.13, 2004/11/05 13:49:29-08:00, greg@xxxxxxxxx

W1: fix build warnings due to msleep changes.

Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


drivers/w1/w1_family.c | 1 +
drivers/w1/w1_int.c | 1 +
2 files changed, 2 insertions(+)


diff -Nru a/drivers/w1/w1_family.c b/drivers/w1/w1_family.c
--- a/drivers/w1/w1_family.c 2004-11-08 18:55:22 -08:00
+++ b/drivers/w1/w1_family.c 2004-11-08 18:55:22 -08:00
@@ -21,6 +21,7 @@

#include <linux/spinlock.h>
#include <linux/list.h>
+#include <linux/delay.h>

#include "w1_family.h"

diff -Nru a/drivers/w1/w1_int.c b/drivers/w1/w1_int.c
--- a/drivers/w1/w1_int.c 2004-11-08 18:55:22 -08:00
+++ b/drivers/w1/w1_int.c 2004-11-08 18:55:22 -08:00
@@ -21,6 +21,7 @@

#include <linux/kernel.h>
#include <linux/list.h>
+#include <linux/delay.h>

#include "w1.h"
#include "w1_log.h"

-
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/