diff options
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r-- | fs/sysfs/sysfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h index 42b0327d1624..3adce7d5e4f7 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h | |||
@@ -1,3 +1,5 @@ | |||
1 | struct sysfs_open_dirent; | ||
2 | |||
1 | /* type-specific structures for sysfs_dirent->s_* union members */ | 3 | /* type-specific structures for sysfs_dirent->s_* union members */ |
2 | struct sysfs_elem_dir { | 4 | struct sysfs_elem_dir { |
3 | struct kobject *kobj; | 5 | struct kobject *kobj; |
@@ -11,6 +13,7 @@ struct sysfs_elem_symlink { | |||
11 | 13 | ||
12 | struct sysfs_elem_attr { | 14 | struct sysfs_elem_attr { |
13 | struct attribute *attr; | 15 | struct attribute *attr; |
16 | struct sysfs_open_dirent *open; | ||
14 | }; | 17 | }; |
15 | 18 | ||
16 | struct sysfs_elem_bin_attr { | 19 | struct sysfs_elem_bin_attr { |