Skip to content
Snippets Groups Projects
Commit a7ccf007 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds
Browse files

[PATCH] fs/ufs/file.c: drop insane header dependencies

parent a26fd335
No related branches found
No related tags found
No related merge requests found
...@@ -23,18 +23,8 @@ ...@@ -23,18 +23,8 @@
* ext2 fs regular file handling primitives * ext2 fs regular file handling primitives
*/ */
#include <asm/uaccess.h>
#include <asm/system.h>
#include <linux/errno.h>
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/ufs_fs.h> #include <linux/ufs_fs.h>
#include <linux/fcntl.h>
#include <linux/time.h>
#include <linux/stat.h>
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/smp_lock.h>
/* /*
* We have mostly NULL's here: the current defaults are ok for * We have mostly NULL's here: the current defaults are ok for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment