Skip to content

Commit

Permalink
[PATCH] w1: fix compiler warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
  • Loading branch information
Evgeniy Polyakov authored and Greg Kroah-Hartman committed Jun 22, 2005
1 parent 6adf87b commit e5c515b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/w1/w1_family.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit e5c515b

Please sign in to comment.