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, 2 insertions, 2 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h
index fe1cbfd208ed..d976b0005549 100644
--- a/fs/sysfs/sysfs.h
+++ b/fs/sysfs/sysfs.h
@@ -26,8 +26,8 @@ extern struct super_block * sysfs_sb;
26extern const struct file_operations sysfs_dir_operations; 26extern const struct file_operations sysfs_dir_operations;
27extern const struct file_operations sysfs_file_operations; 27extern const struct file_operations sysfs_file_operations;
28extern const struct file_operations bin_fops; 28extern const struct file_operations bin_fops;
29extern struct inode_operations sysfs_dir_inode_operations; 29extern const struct inode_operations sysfs_dir_inode_operations;
30extern struct inode_operations sysfs_symlink_inode_operations; 30extern const struct inode_operations sysfs_symlink_inode_operations;
31 31
32struct sysfs_symlink { 32struct sysfs_symlink {
33 char * link_name; 33 char * link_name;