aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2002-11-16 03:52:13 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2002-11-16 03:52:13 -0800
commit754c5c66a6f32c353d503492a24bb9a02eb96849 (patch)
tree045d51fbbee915f1e90d3e5e90690f98d0ae042e /init
parentbb18cd7f23b2be227831c3c9c038d7892b2ff858 (diff)
downloadhistory-754c5c66a6f32c353d503492a24bb9a02eb96849.tar.gz
[PATCH] include mount.h explicitly were needed
This is a preparation to get rid of the implicit includes in dcache.h and fs_struct.h.
Diffstat (limited to 'init')
-rw-r--r--init/do_mounts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c
index faa2394662052f..c3dcf501def756 100644
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -12,6 +12,7 @@
#include <linux/init.h>
#include <linux/suspend.h>
#include <linux/root_dev.h>
+#include <linux/mount.h>
#include <linux/nfs_fs.h>
#include <linux/nfs_fs_sb.h>