mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
[PATCH] w1: fix compiler warnings
Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
This commit is contained in:
parent
6adf87bd7b
commit
e5c515b453
@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
DEFINE_SPINLOCK(w1_flock);
|
DEFINE_SPINLOCK(w1_flock);
|
||||||
static LIST_HEAD(w1_families);
|
static LIST_HEAD(w1_families);
|
||||||
|
extern void w1_reconnect_slaves(struct w1_family *f);
|
||||||
|
|
||||||
static int w1_check_family(struct w1_family *f)
|
static int w1_check_family(struct w1_family *f)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user