[PATCH] w1: new family structure.

Removed some fields which are not required.
First step for writing operations.
Now only read and read name remain.
Patch depends on w1 cleanups patch.

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-05-20 22:49:08 +04:00
committed by Greg Kroah-Hartman
parent 7785925dd8
commit ca775c629a
5 changed files with 2 additions and 33 deletions

View File

@@ -79,7 +79,7 @@ struct w1_slave
struct completion dev_released;
struct bin_attribute attr_bin;
struct device_attribute attr_name, attr_val;
struct device_attribute attr_name;
};
typedef void (* w1_slave_found_callback)(unsigned long, u64);