drivers/block/floppy.c parse error and proposed patch

From: Mateusz Berezecki
Date: Wed Dec 29 2004 - 12:24:51 EST


Hi ,

I just did bk pull and encountered following error during compilation time

CC [M] drivers/block/floppy.o
drivers/block/floppy.c: In function `init_module':
drivers/block/floppy.c:4598: error: parse error before "UTS_RELEASE"
make[2]: *** [drivers/block/floppy.o] Error 1

and here is the proposed patch just in case it hasn't been already fixed

--- linux-2.5/drivers/block/floppy.c 2004-12-29 18:10:40.000000000 +0100
+++ linux-2.5/drivers/block/floppy.c 2004-12-29 18:08:25.000000000 +0100
@@ -158,6 +158,7 @@
#define FDPATCHES
#include <linux/fdreg.h>

+#include <linux/version.h>
/*
* 1998/1/21 -- Richard Gooch <rgooch@xxxxxxxxxxxxx> -- devfs support
*/

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