aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r--fs/sysfs/sysfs.h1
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 */
214extern const struct file_operations sysfs_file_operations; 214extern const struct file_operations sysfs_file_operations;
215extern const struct file_operations sysfs_bin_operations;
215 216
216int sysfs_add_file(struct sysfs_dirent *dir_sd, 217int sysfs_add_file(struct sysfs_dirent *dir_sd,
217 const struct attribute *attr, int type); 218 const struct attribute *attr, int type);