diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2009-09-18 23:55:55 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-18 09:48:52 -0700 |
commit | 6952b61de9984073289859073e8195ad0bee8fd5 (patch) | |
tree | ce3336a0650f3be144f1c8ed3ab030a733919a82 /mm/memory.c | |
parent | 6423133bdee0e07d1c2f8411cb3fe676c207ba33 (diff) | |
download | linux-6952b61de9984073289859073e8195ad0bee8fd5.tar.gz linux-6952b61de9984073289859073e8195ad0bee8fd5.tar.xz |
headers: taskstats_kern.h trim
Remove net/genetlink.h inclusion, now sched.c won't be recompiled
because of some networking changes.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/memory.c')
-rw-r--r-- | mm/memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/memory.c b/mm/memory.c index aede2ce3aba4..e8f63d9961ea 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -56,6 +56,7 @@ #include <linux/swapops.h> #include <linux/elf.h> +#include <asm/io.h> #include <asm/pgalloc.h> #include <asm/uaccess.h> #include <asm/tlb.h> |