diff options
author | Andrew Morton <akpm@osdl.org> | 2005-07-12 13:58:07 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-12 16:00:58 -0700 |
commit | d53d9f16ea95a91ad4aa114809dcde486ca4000d (patch) | |
tree | f9cacb8d23e209653c6af2d30791ee93593ceda3 /init/do_mounts.c | |
parent | 22a4427972af371fddb49c0184a93851ad51070d (diff) | |
download | kernel_samsung_smdk4412-d53d9f16ea95a91ad4aa114809dcde486ca4000d.zip kernel_samsung_smdk4412-d53d9f16ea95a91ad4aa114809dcde486ca4000d.tar.gz kernel_samsung_smdk4412-d53d9f16ea95a91ad4aa114809dcde486ca4000d.tar.bz2 |
[PATCH] name_to_dev_t warning fix
kernel/power/disk.c needs a declaration of name_to_dev_t() in scope. mount.h
seems like an appropriate choice.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init/do_mounts.c')
-rw-r--r-- | init/do_mounts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c index b7570c0..1b02be7 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c @@ -7,6 +7,7 @@ #include <linux/root_dev.h> #include <linux/security.h> #include <linux/delay.h> +#include <linux/mount.h> #include <linux/nfs_fs.h> #include <linux/nfs_fs_sb.h> |