]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/sysfs/sysfs.h
[PATCH] mark struct inode_operations const 3
[linux-2.6-omap-h63xx.git] / fs / sysfs / sysfs.h
index fe1cbfd208ed9828993623c9aaa16949cd379db3..d976b0005549e9deb720352298550dfed644a839 100644 (file)
@@ -26,8 +26,8 @@ extern struct super_block * sysfs_sb;
 extern const struct file_operations sysfs_dir_operations;
 extern const struct file_operations sysfs_file_operations;
 extern const struct file_operations bin_fops;
-extern struct inode_operations sysfs_dir_inode_operations;
-extern struct inode_operations sysfs_symlink_inode_operations;
+extern const struct inode_operations sysfs_dir_inode_operations;
+extern const struct inode_operations sysfs_symlink_inode_operations;
 
 struct sysfs_symlink {
        char * link_name;