VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Jiri Kosina <jkosina@suse.cz> 2008-02-09 00:10:14 -0800 committer: Linus Torvalds <torvalds@woody.linux-foundation.org> 2008-02-09 11:08:33 -0800 commit: 6966a97753854c8b5336cf3997d5d1d205d91b12 parent: 880cdf3a8122288d37829ce01eadf8822bb386db
Commit Summary:
UML: fix hostfs build
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/hostfs/hostfs_kern.c b/fs/hostfs/hostfs_kern.c
index d0549cb4fb23..5222345ddccf 100644
--- a/fs/hostfs/hostfs_kern.c
+++ b/fs/hostfs/hostfs_kern.c
@@ -12,6 +12,7 @@
 #include <linux/pagemap.h>
 #include <linux/statfs.h>
 #include <linux/seq_file.h>
+#include <linux/mount.h>
 #include "hostfs.h"
 #include "init.h"
 #include "kern.h"