diff options
Diffstat (limited to 'drivers/w1/w1.h')
-rw-r--r-- | drivers/w1/w1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/w1/w1.h b/drivers/w1/w1.h index 3cfdd08d32fc..6b5f7be50b8a 100644 --- a/drivers/w1/w1.h +++ b/drivers/w1/w1.h | |||
@@ -162,6 +162,7 @@ struct w1_master | |||
162 | int slave_ttl; | 162 | int slave_ttl; |
163 | int initialized; | 163 | int initialized; |
164 | u32 id; | 164 | u32 id; |
165 | int search_count; | ||
165 | 166 | ||
166 | atomic_t refcnt; | 167 | atomic_t refcnt; |
167 | 168 | ||