Commit a9ae5888 authored by Greg Ungerer's avatar Greg Ungerer Committed by David Woodhouse

[PATCH] remove obsolete BLKMEM driver reference

parent 1b71158b
......@@ -225,10 +225,6 @@ void setup_arch(char **cmdline_p)
(int) memory_end, (int) _ramend);
#endif
#ifdef CONFIG_BLK_DEV_BLKMEM
ROOT_DEV = MKDEV(BLKMEM_MAJOR, 0);
#endif
/* Keep a copy of command line */
*cmdline_p = &command_line[0];
memcpy(saved_command_line, command_line, sizeof(saved_command_line));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment