aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/w1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/w1.h')
-rw-r--r--include/linux/w1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/w1.h b/include/linux/w1.h
index 694101f744c7..3111585c371f 100644
--- a/include/linux/w1.h
+++ b/include/linux/w1.h
@@ -274,6 +274,8 @@ struct w1_family {
274 274
275 struct w1_family_ops *fops; 275 struct w1_family_ops *fops;
276 276
277 const struct of_device_id *of_match_table;
278
277 atomic_t refcnt; 279 atomic_t refcnt;
278}; 280};
279 281