All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/block/floppy.c parse error and proposed patch
@ 2004-12-29 17:15 Mateusz Berezecki
  0 siblings, 0 replies; only message in thread
From: Mateusz Berezecki @ 2004-12-29 17:15 UTC (permalink / raw)
  To: Linux Kernel Mailing List

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@atnf.csiro.au> -- devfs support
  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-12-29 17:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-29 17:15 drivers/block/floppy.c parse error and proposed patch Mateusz Berezecki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.