Skip to content

Commit

Permalink
[PATCH] w1: added private family data into w1_slave strucutre.
Browse files Browse the repository at this point in the history
Add family_data to struct w1_slave.

Signed-off-by: Ben Gardner <bgardner@wabtec.com>
Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Evgeniy Polyakov authored and Greg Kroah-Hartman committed Sep 8, 2005
1 parent 7657ec1 commit a45f105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/w1/w1.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ struct w1_slave

struct w1_master *master;
struct w1_family *family;
void *family_data;
struct device dev;
struct completion released;
};
Expand Down

0 comments on commit a45f105

Please sign in to comment.