]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/gfs2/ops_inode.h
cmd64x: use interrupt status from MRDMODE register (take 2)
[linux-2.6-omap-h63xx.git] / fs / gfs2 / ops_inode.h
index 6f4b54783d29bd7bde383803653ff91e32a8252f..34f0caac1a030f2453a7e84df95cc3a6509c4098 100644 (file)
 #ifndef __OPS_INODE_DOT_H__
 #define __OPS_INODE_DOT_H__
 
-extern struct inode_operations gfs2_file_iops;
-extern struct inode_operations gfs2_dir_iops;
-extern struct inode_operations gfs2_symlink_iops;
-extern struct inode_operations gfs2_dev_iops;
+#include <linux/fs.h>
+
+extern const struct inode_operations gfs2_file_iops;
+extern const struct inode_operations gfs2_dir_iops;
+extern const struct inode_operations gfs2_symlink_iops;
+extern const struct inode_operations gfs2_dev_iops;
 
 #endif /* __OPS_INODE_DOT_H__ */