On 24 Jun 2002, Torrey Hoffman wrote:
>...
> init/do_mounts.o: In function `rd_load_image':
> init/do_mounts.o(.text.init+0x91b): undefined reference to
> `change_floppy'
> init/do_mounts.o: In function `rd_load_disk':
> init/do_mounts.o(.text.init+0xa65): undefined reference to
> `change_floppy'
> make: *** [vmlinux] Error 1
>...
This is a known problem. The fix is simple:
--- init/do_mounts.c.old Tue Jun 18 12:20:12 2002
+++ init/do_mounts.c Tue Jun 18 12:20:38 2002
@@ -378,7 +378,7 @@
return sys_symlink(path + n + 5, name);
}
-#if defined(CONFIG_BLOCK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD)
+#if defined(CONFIG_BLK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD)
static void __init change_floppy(char *fmt, ...)
{
struct termios termios;
cu
Adrian
--You only think this is a free country. Like the US the UK spends a lot of time explaining its a free country because its a police state. Alan Cox
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sun Jun 30 2002 - 22:00:08 EST