Commit f0db3afb authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Fix tmscsim on amd64

From: Jeff Garzik <jgarzik@pobox.com>

DC390_init() takes a long, not an int.
parent cefd356a
...@@ -2221,7 +2221,7 @@ int __init DC390_detect (Scsi_Host_Template *psht) ...@@ -2221,7 +2221,7 @@ int __init DC390_detect (Scsi_Host_Template *psht)
{ {
PDEVDECL0; PDEVDECL0;
UCHAR irq; UCHAR irq;
UINT io_port; ULONG io_port;
//dc390_pSHT_start = psht; //dc390_pSHT_start = psht;
dc390_pACB_start = NULL; dc390_pACB_start = NULL;
......
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