lkml.org 
[lkml]   [2004]   [Mar]   [10]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateTue, 9 Mar 2004 22:07:24 -0800
From"Randy.Dunlap" <>
Subject[PATCH] cciss: init section fix
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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:01    [from the cache]
©2003-2008