summaryrefslogtreecommitdiff
path: root/include/linux/initrd.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 /include/linux/initrd.h
parent7e0adbfc20c50b021e425662834a492f958efee7 (diff)
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 'include/linux/initrd.h')
-rw-r--r--include/linux/initrd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/initrd.h b/include/linux/initrd.h
index aa5914355728..8db6f8c8030b 100644
--- a/include/linux/initrd.h
+++ b/include/linux/initrd.h
@@ -2,12 +2,6 @@
#define INITRD_MINOR 250 /* shouldn't collide with /dev/ram* too soon ... */
-/* 1 = load ramdisk, 0 = don't load */
-extern int rd_doload;
-
-/* 1 = prompt for ramdisk, 0 = don't prompt */
-extern int rd_prompt;
-
/* starting block # of image */
extern int rd_image_start;