[PATCH] cciss: init section fix

From: Randy.Dunlap
Date: Wed Mar 10 2004 - 01:14:06 EST



V: linux-264-rc2
D: cciss_scsi_detect() can be called after init (for TAPE support);

diffstat:=
drivers/block/cciss_scsi.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


diff -Naurp ./drivers/block/cciss_scsi.c~cciss_init ./drivers/block/cciss_scsi.c
--- ./drivers/block/cciss_scsi.c~cciss_init 2004-02-17 19:57:20.000000000 -0800
+++ ./drivers/block/cciss_scsi.c 2004-03-07 14:38:47.000000000 -0800
@@ -693,7 +693,7 @@ complete_scsi_command( CommandList_struc
scsi_cmd_free(ctlr, cp);
}

-static int __init
+static int
cciss_scsi_detect(int ctlr)
{
struct Scsi_Host *sh;


--
~Randy
-
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/