From: Catalin Marinas Date: Wed, 29 Jul 2009 22:04:11 +0000 (-0700) Subject: fs/ramfs/file-nommu.c needs include/linux/sched.h X-Git-Tag: v2.6.31-rc5~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c8053652328693d10551131432ef3573e77ed2d;p=pandora-kernel.git 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 Acked-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed