Commit a6150587 authored by Randy Dunlap's avatar Randy Dunlap Committed by James Bottomley

[PATCH] buslogic init. section fix

V: linux-264-rc2
D: BusLogic_AnnounceDriver() can be called after init;

diffstat:=
 drivers/scsi/BusLogic.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
parent 518365c2
......@@ -140,7 +140,7 @@ static char *BusLogic_CommandFailureReason;
Name, Copyright Notice, and Electronic Mail Address.
*/
static void __init BusLogic_AnnounceDriver(struct BusLogic_HostAdapter *HostAdapter)
static void BusLogic_AnnounceDriver(struct BusLogic_HostAdapter *HostAdapter)
{
BusLogic_Announce("***** BusLogic SCSI Driver Version "
BusLogic_DriverVersion " of "
......
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