summaryrefslogtreecommitdiffstats
path: root/init/do_mounts.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-06-04 10:23:14 +0200
committerChristoph Hellwig <hch@lst.de>2020-07-30 08:22:33 +0200
commitc8376994c86c4eb02b9a1032cd3a8d44c911d671 (patch)
tree29415bbfe069f70c1212eaeb9d8250873559e9e3 /init/do_mounts.h
parent7e0adbfc20c50b021e425662834a492f958efee7 (diff)
downloadlinux-c8376994c86c4eb02b9a1032cd3a8d44c911d671.tar.bz2
initrd: remove support for multiple floppies
Remove the special handling for multiple floppies in the initrd code. No one should be using floppies for booting these days. (famous last words..) Includes a spelling fix from Colin Ian King <colin.king@canonical.com>. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init/do_mounts.h')
-rw-r--r--init/do_mounts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/do_mounts.h b/init/do_mounts.h
index 50d6c8941e15..c855b3f0e06d 100644
--- a/init/do_mounts.h
+++ b/init/do_mounts.h
@@ -9,7 +9,6 @@
#include <linux/major.h>
#include <linux/root_dev.h>
-void change_floppy(char *fmt, ...);
void mount_block_root(char *name, int flags);
void mount_root(void);
extern int root_mountflags;