[PATCH] remove many unneeded #includes of sched.h
[deliverable/linux.git] / fs / afs / mntpt.c
index 8f74e845082659fd1efc291f7f37f6f1026ef274..68495f0de7b39bcadd574d11fed907816ce8f88a 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/init.h>
-#include <linux/sched.h>
 #include <linux/slab.h>
 #include <linux/fs.h>
 #include <linux/pagemap.h>
@@ -36,7 +35,7 @@ const struct file_operations afs_mntpt_file_operations = {
        .open           = afs_mntpt_open,
 };
 
-struct inode_operations afs_mntpt_inode_operations = {
+const struct inode_operations afs_mntpt_inode_operations = {
        .lookup         = afs_mntpt_lookup,
        .follow_link    = afs_mntpt_follow_link,
        .readlink       = page_readlink,
This page took 0.042298 seconds and 5 git commands to generate.