[PATCH] w1: Detouching bug fixed.

Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Evgeniy Polyakov
2005-08-11 17:27:50 +04:00
committed by Greg Kroah-Hartman
parent d2a4ef6a0c
commit 3aca692d3e
3 changed files with 52 additions and 52 deletions

View File

@@ -76,7 +76,7 @@ struct w1_slave
struct w1_master *master;
struct w1_family *family;
struct device dev;
struct completion dev_released;
struct completion released;
};
typedef void (* w1_slave_found_callback)(unsigned long, u64);
@@ -176,7 +176,6 @@ struct w1_master
struct device_driver *driver;
struct device dev;
struct completion dev_released;
struct completion dev_exited;
struct w1_bus_master *bus_master;