[PATCH] w1: added private family data into w1_slave strucutre. Add family_data to struct w1_slave.
Signed-off-by: Ben Gardner <[EMAIL PROTECTED]> Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit a45f105ad4b456f99f622642056ae533f70710b7 tree 67bc83922a2bbda6ecf4131ca69ab1626fe9937b parent 7657ec1fcb69e266ab876af56332d0c484ca6d00 author Evgeniy Polyakov <[EMAIL PROTECTED]> Wed, 17 Aug 2005 15:19:08 +0400 committer Greg Kroah-Hartman <[EMAIL PROTECTED]> Thu, 08 Sep 2005 14:41:27 -0700 drivers/w1/w1.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/w1/w1.h b/drivers/w1/w1.h --- a/drivers/w1/w1.h +++ b/drivers/w1/w1.h @@ -75,6 +75,7 @@ struct w1_slave struct w1_master *master; struct w1_family *family; + void *family_data; struct device dev; struct completion released; }; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/