fix for modular floppy builds

From: Cal Peake
Date: Sun Jan 02 2005 - 09:42:57 EST


Hi Linus,

Modular floppy builds are still broken in -bk5. Can you merge in Jeff's
patch below?

thanks,

-- Cal


Please do a

bk pull bk://gkernel.bkbits.net/misc-2.6

This will update the following files:

drivers/block/floppy.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

through these ChangeSets:

<jgarzik@xxxxxxxxx> (04/12/29 1.2079)
block/floppy.c: fix build by removing UTS_RELEASE use

It's redundant to the kernel message that prints out the kernel version,
as well as many other places where one can request the kernel version.

diff -Nru a/drivers/block/floppy.c b/drivers/block/floppy.c
--- a/drivers/block/floppy.c 2004-12-29 14:00:55 -05:00
+++ b/drivers/block/floppy.c 2004-12-29 14:00:55 -05:00
@@ -4595,7 +4595,7 @@

int init_module(void)
{
- printk(KERN_INFO "inserting floppy driver for " UTS_RELEASE "\n");
+ printk(KERN_INFO "inserting floppy driver\n");

if (floppy)
parse_floppy_cfg_string(floppy);
-
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/