Revert "w1: introduce a slave mutex for serializing IO"

This reverts commit 59d4467be4.

Turns out it was the wrong version, will apply the correct version after
this.

Reported-by: NeilBrown <neilb@suse.de>
Cc: Evgeniy Polyakov <zbr@ioremap.net>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman
2012-06-13 16:33:54 -07:00
parent 526be41625
commit dd0aa67cd7
3 changed files with 2 additions and 4 deletions

View File

@@ -75,7 +75,6 @@ struct w1_slave
void *family_data;
struct device dev;
struct completion released;
struct mutex mutex;
};
typedef void (*w1_slave_found_callback)(struct w1_master *, u64);