[PATCH] w1: fix compiler warnings

Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
This commit is contained in:
Evgeniy Polyakov 2005-06-10 14:53:22 +04:00 committed by Greg Kroah-Hartman
parent 6adf87bd7b
commit e5c515b453
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{