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