aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/w1.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/w1/w1.h')
-rw-r--r--drivers/w1/w1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/w1.h b/drivers/w1/w1.h
index 45908e56c2f8..ca8081a101d6 100644
--- a/drivers/w1/w1.h
+++ b/drivers/w1/w1.h
@@ -67,8 +67,8 @@ struct w1_slave
67 struct w1_reg_num reg_num; 67 struct w1_reg_num reg_num;
68 atomic_t refcnt; 68 atomic_t refcnt;
69 u8 rom[9]; 69 u8 rom[9];
70 u32 flags;
71 int ttl; 70 int ttl;
71 unsigned long flags;
72 72
73 struct w1_master *master; 73 struct w1_master *master;
74 struct w1_family *family; 74 struct w1_family *family;