diff options
Diffstat (limited to 'include/linux/w1.h')
| -rw-r--r-- | include/linux/w1.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/w1.h b/include/linux/w1.h index 7da0c7588e04..cebf3464bc03 100644 --- a/include/linux/w1.h +++ b/include/linux/w1.h @@ -262,6 +262,7 @@ struct w1_family_ops {   * @family_entry:	family linked list   * @fid:		8 bit family identifier   * @fops:		operations for this family + * @of_match_table: open firmware match table   * @refcnt:		reference counter   */  struct w1_family {  |