diff options
Diffstat (limited to 'include/linux/w1.h')
-rw-r--r-- | include/linux/w1.h | 2 |
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 { struct w1_family_ops *fops; + const struct of_device_id *of_match_table; + atomic_t refcnt; }; |