Re: Shouldn't CONFIG_BLK_DEV_HD_ONLY work?

Arjan van de Ven (arjan@stack.nl)
Sun, 29 Nov 1998 17:26:37 +0100 (CET)


Yes it should work.
I posted a patch for 2.1.130 earlier, but since it's small, I'll repeat
it.

Greetings,
Arjan van de Ven
Patch for linux 2.1.130

diff -u -r linux/init/main.c /usr/src/linux/init/main.c
--- linux/init/main.c Sun Nov 29 11:43:38 1998
+++ /usr/src/linux/init/main.c Sun Nov 29 11:54:18 1998
@@ -21,6 +21,7 @@
#include <linux/init.h>
#include <linux/smp_lock.h>
#include <linux/blk.h>
+#include <linux/hdreg.h>

#include <asm/io.h>
#include <asm/bugs.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/