diff options
Diffstat (limited to 'fs/xfs/xfs_icache.c')
| -rw-r--r-- | fs/xfs/xfs_icache.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/xfs/xfs_icache.c b/fs/xfs/xfs_icache.c index a76b27565a18..0b0fd10a36d4 100644 --- a/fs/xfs/xfs_icache.c +++ b/fs/xfs/xfs_icache.c @@ -5,13 +5,13 @@   */  #include "xfs.h"  #include "xfs_fs.h" +#include "xfs_shared.h"  #include "xfs_format.h"  #include "xfs_log_format.h"  #include "xfs_trans_resv.h"  #include "xfs_sb.h"  #include "xfs_mount.h"  #include "xfs_inode.h" -#include "xfs_error.h"  #include "xfs_trans.h"  #include "xfs_trans_priv.h"  #include "xfs_inode_item.h" @@ -23,8 +23,6 @@  #include "xfs_dquot.h"  #include "xfs_reflink.h" -#include <linux/kthread.h> -#include <linux/freezer.h>  #include <linux/iversion.h>  /*  | 
