lkml.org 
[lkml]   [2002]   [May]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Linux 2.5.19
Hello.  The following fixes compilation with CONFIG_BLK_DEV_RAM=y
I assume that Rusty intended to use a test for CONFIG_BLK_DEV_RAM and
not BLOCK_DEV_RAM.

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

===== init/do_mounts.c 1.16 vs edited =====
--- 1.16/init/do_mounts.c Mon May 27 05:07:34 2002
+++ edited/init/do_mounts.c Wed May 29 15:22:38 2002
@@ -365,7 +365,7 @@
return sys_symlink(path + n + 5, name);
}

-#if defined(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;
-
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/
\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.349 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site