[Compile Regression in 2.4.25-pre8][PATCH 15/42]

From: Kronos
Date: Mon Feb 02 2004 - 14:52:40 EST



../fdomain.c:565: warning: `fdomain_setup' defined but not used

fdomain_setup isn't used when the driver is modular.

diff -Nru -X dontdiff linux-2.4-vanilla/drivers/scsi/fdomain.c linux-2.4/drivers/scsi/fdomain.c
--- linux-2.4-vanilla/drivers/scsi/fdomain.c Sat Jan 31 15:54:42 2004
+++ linux-2.4/drivers/scsi/fdomain.c Sat Jan 31 17:21:13 2004
@@ -561,6 +561,7 @@
printk( "\n" );
}

+#ifndef MODULE
static int __init fdomain_setup( char *str )
{
int ints[4];
@@ -584,6 +585,7 @@
}

__setup("fdomain=", fdomain_setup);
+#endif


static void do_pause( unsigned amount ) /* Pause for amount*10 milliseconds */
--
Reply-To: kronos@xxxxxxxxxxxxxx
Home: http://kronoz.cjb.net
Windows NT crashed.
I'm the Blue Screen of Death.
No one hears your screams.
-
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/