diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-08-04 08:05:39 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-04 08:05:39 +0200 |
commit | 00111076f725ec498f5ada19cdd984d111b0e9b3 (patch) | |
tree | d7d08779bfc836382537c23298613f5948368bdc /fs/ramfs/file-nommu.c | |
parent | sh: clean up MSTPCRn register definitions (diff) | |
parent | Merge branch 'master' into for-linus (diff) | |
download | linux-00111076f725ec498f5ada19cdd984d111b0e9b3.tar.xz linux-00111076f725ec498f5ada19cdd984d111b0e9b3.zip |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 into sh/hwblk
Diffstat (limited to 'fs/ramfs/file-nommu.c')
-rw-r--r-- | fs/ramfs/file-nommu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ramfs/file-nommu.c b/fs/ramfs/file-nommu.c index ebb2c417912c..11f0c06316de 100644 --- a/fs/ramfs/file-nommu.c +++ b/fs/ramfs/file-nommu.c @@ -20,6 +20,7 @@ #include <linux/ramfs.h> #include <linux/pagevec.h> #include <linux/mman.h> +#include <linux/sched.h> #include <asm/uaccess.h> #include "internal.h" |