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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h
index 972b4a4a5f90..4b8b60d834cc 100644
--- a/fs/sysfs/sysfs.h
+++ b/fs/sysfs/sysfs.h
@@ -41,15 +41,11 @@ void sysfs_warn_dup(struct sysfs_dirent *parent, const char *name);
41/* 41/*
42 * file.c 42 * file.c
43 */ 43 */
44extern const struct file_operations kernfs_file_operations;
45
46int sysfs_add_file(struct sysfs_dirent *dir_sd, 44int sysfs_add_file(struct sysfs_dirent *dir_sd,
47 const struct attribute *attr, bool is_bin); 45 const struct attribute *attr, bool is_bin);
48
49int sysfs_add_file_mode_ns(struct sysfs_dirent *dir_sd, 46int sysfs_add_file_mode_ns(struct sysfs_dirent *dir_sd,
50 const struct attribute *attr, bool is_bin, 47 const struct attribute *attr, bool is_bin,
51 umode_t amode, const void *ns); 48 umode_t amode, const void *ns);
52void sysfs_unmap_bin_file(struct sysfs_dirent *sd);
53 49
54/* 50/*
55 * symlink.c 51 * symlink.c