[PATCH] w1: fix compiler warnings

From: Greg KH
Date: Wed Jun 22 2005 - 01:09:11 EST


[PATCH] w1: fix compiler warnings

Signed-off-by: Evgeniy Polyakov <johnpol@xxxxxxxxxxx>

---
commit e5c515b4532f4aac2b1136612d8c3ecd1891f431
tree c0a20bf5fd930bdfaf3b40748c266a935e725c6b
parent 6adf87bd7b7832105b9c6bc08adf6a4d229f1e79
author Evgeniy Polyakov <johnpol@xxxxxxxxxxx> Fri, 10 Jun 2005 14:53:22 +0400
committer Greg Kroah-Hartman <gregkh@xxxxxxx> Tue, 21 Jun 2005 21:43:12 -0700

drivers/w1/w1_family.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/w1/w1_family.c b/drivers/w1/w1_family.c
--- a/drivers/w1/w1_family.c
+++ b/drivers/w1/w1_family.c
@@ -27,6 +27,7 @@

DEFINE_SPINLOCK(w1_flock);
static LIST_HEAD(w1_families);
+extern void w1_reconnect_slaves(struct w1_family *f);

static int w1_check_family(struct w1_family *f)
{

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