Commit 8b83153e authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] floppy build fix

drivers/block/floppy.c: In function `init_module':
drivers/block/floppy.c:4598: error: parse error before "UTS_RELEASE"

Not sure what went wrong here - just kill the thing.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d1c7de4e
......@@ -4595,8 +4595,6 @@ static void __init parse_floppy_cfg_string(char *cfg)
int init_module(void)
{
printk(KERN_INFO "inserting floppy driver for " UTS_RELEASE "\n");
if (floppy)
parse_floppy_cfg_string(floppy);
return floppy_init();
......
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