![]() | |||||||||||
Messages in this thread Patch in this message |
ChangeSet 1.2014.1.13, 2004/11/05 13:49:29-08:00, greg@kroah.com W1: fix build warnings due to msleep changes. Signed-off-by: Greg Kroah-Hartman <greg@kroah.com> 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||
| Last update: 2005-03-22 14:07 [from the cache] ©2003-2008 | |||||||||||