Commit 6edcc434 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] cciss: init section fix

From: "Randy.Dunlap" <rddunlap@osdl.org>

cciss_scsi_detect() can be called after init (for TAPE support).
parent 66b61a5c
......@@ -693,7 +693,7 @@ complete_scsi_command( CommandList_struct *cp, int timeout, __u32 tag)
scsi_cmd_free(ctlr, cp);
}
static int __init
static int
cciss_scsi_detect(int ctlr)
{
struct Scsi_Host *sh;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment