diff options
author | Andrew Morton <akpm@osdl.org> | 2005-07-12 16:58:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-12 19:00:58 -0400 |
commit | d53d9f16ea95a91ad4aa114809dcde486ca4000d (patch) | |
tree | f9cacb8d23e209653c6af2d30791ee93593ceda3 /init/do_mounts.h | |
parent | 22a4427972af371fddb49c0184a93851ad51070d (diff) |
[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.h')
-rw-r--r-- | init/do_mounts.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/do_mounts.h b/init/do_mounts.h index de92bee4f35e..e0a7ac9649e1 100644 --- a/init/do_mounts.h +++ b/init/do_mounts.h | |||
@@ -9,7 +9,6 @@ | |||
9 | #include <linux/major.h> | 9 | #include <linux/major.h> |
10 | #include <linux/root_dev.h> | 10 | #include <linux/root_dev.h> |
11 | 11 | ||
12 | dev_t name_to_dev_t(char *name); | ||
13 | void change_floppy(char *fmt, ...); | 12 | void change_floppy(char *fmt, ...); |
14 | void mount_block_root(char *name, int flags); | 13 | void mount_block_root(char *name, int flags); |
15 | void mount_root(void); | 14 | void mount_root(void); |