summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/sys_h8300.c
diff options
context:
space:
mode:
authorYoshinori Sato2007-08-22 23:01:24 +0200
committerLinus Torvalds2007-08-23 04:52:44 +0200
commit0cd82ef1fb8909d6d414f36f291c2f67ca70e2be (patch)
treede58e7c2c160b284890894af6b872fee0e739d01 /arch/h8300/kernel/sys_h8300.c
parentDocumentation: fix getdelays.c printf bug (diff)
downloadkernel-qcow2-linux-0cd82ef1fb8909d6d414f36f291c2f67ca70e2be.tar.gz
kernel-qcow2-linux-0cd82ef1fb8909d6d414f36f291c2f67ca70e2be.tar.xz
kernel-qcow2-linux-0cd82ef1fb8909d6d414f36f291c2f67ca70e2be.zip
h8300: missing include
Build error fix. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/h8300/kernel/sys_h8300.c')
-rw-r--r--arch/h8300/kernel/sys_h8300.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/kernel/sys_h8300.c b/arch/h8300/kernel/sys_h8300.c
index de7688cfd573..ddc62727dc9f 100644
--- a/arch/h8300/kernel/sys_h8300.c
+++ b/arch/h8300/kernel/sys_h8300.c
@@ -18,6 +18,7 @@
#include <linux/mman.h>
#include <linux/file.h>
#include <linux/utsname.h>
+#include <linux/fs.h>
#include <asm/setup.h>
#include <asm/uaccess.h>