fs/ramfs/file-nommu.c needs include/linux/sched.h
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 29 Jul 2009 22:04:11 +0000 (15:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 Jul 2009 02:10:36 +0000 (19:10 -0700)
commit5c8053652328693d10551131432ef3573e77ed2d
tree1ee02826893cd4a5cdc294cdce9e34847df2a495
parent1c29b3ff4f2d847464f7be3a0e179c6dfc69bd02
fs/ramfs/file-nommu.c needs include/linux/sched.h

This file makes use of various macros defined in files like asm/current.h
or asm-generic/resource.h.  All these files can be included via sched.h.
The building of the !MMU ARM kernel (with additional patches) fails
without this change.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ramfs/file-nommu.c