diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2007-10-17 02:29:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:55 -0400 |
commit | 4af3c9cc4fad54c3627e9afebf905aafde5690ed (patch) | |
tree | 655364e458b8734a86c632316f4b5a1518529c60 /mm/fremap.c | |
parent | 1a614f505193fcfc1b298643268a5db5b48e297f (diff) |
Drop some headers from mm.h
mm.h doesn't use directly anything from mutex.h and backing-dev.h, so
remove them and add them back to files which need them.
Cross-compile tested on many configs and archs.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/fremap.c')
-rw-r--r-- | mm/fremap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/fremap.c b/mm/fremap.c index 95bcb5641c72..37a93f8f3aec 100644 --- a/mm/fremap.c +++ b/mm/fremap.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * | 5 | * |
6 | * started by Ingo Molnar, Copyright (C) 2002, 2003 | 6 | * started by Ingo Molnar, Copyright (C) 2002, 2003 |
7 | */ | 7 | */ |
8 | 8 | #include <linux/backing-dev.h> | |
9 | #include <linux/mm.h> | 9 | #include <linux/mm.h> |
10 | #include <linux/swap.h> | 10 | #include <linux/swap.h> |
11 | #include <linux/file.h> | 11 | #include <linux/file.h> |