diff options
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r-- | fs/sysfs/sysfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h index 4b1d8258b071..f103bac53df7 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h | |||
@@ -212,6 +212,7 @@ int sysfs_inode_init(void); | |||
212 | * file.c | 212 | * file.c |
213 | */ | 213 | */ |
214 | extern const struct file_operations sysfs_file_operations; | 214 | extern const struct file_operations sysfs_file_operations; |
215 | extern const struct file_operations sysfs_bin_operations; | ||
215 | 216 | ||
216 | int sysfs_add_file(struct sysfs_dirent *dir_sd, | 217 | int sysfs_add_file(struct sysfs_dirent *dir_sd, |
217 | const struct attribute *attr, int type); | 218 | const struct attribute *attr, int type); |