Commit 1ae4b2dd authored by James Bottomley's avatar James Bottomley

Fix up fdomain after mismerge

Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 0a45b2af
...@@ -419,8 +419,6 @@ static int FIFO_Size = 0x2000; /* 8k FIFO for ...@@ -419,8 +419,6 @@ static int FIFO_Size = 0x2000; /* 8k FIFO for
static irqreturn_t do_fdomain_16x0_intr( int irq, void *dev_id, static irqreturn_t do_fdomain_16x0_intr( int irq, void *dev_id,
struct pt_regs * regs ); struct pt_regs * regs );
static int fdomain_16x0_bus_reset(struct scsi_cmnd *SCpnt);
/* Allow insmod parameters to be like LILO parameters. For example: /* Allow insmod parameters to be like LILO parameters. For example:
insmod fdomain fdomain=0x140,11 */ insmod fdomain fdomain=0x140,11 */
static char * fdomain = NULL; static char * fdomain = NULL;
...@@ -1542,7 +1540,7 @@ static int fdomain_16x0_abort(struct scsi_cmnd *SCpnt) ...@@ -1542,7 +1540,7 @@ static int fdomain_16x0_abort(struct scsi_cmnd *SCpnt)
return SUCCESS; return SUCCESS;
} }
static int fdomain_16x0_bus_reset(struct scsi_cmnd *SCpnt) int fdomain_16x0_bus_reset(struct scsi_cmnd *SCpnt)
{ {
outb( 1, SCSI_Cntl_port ); outb( 1, SCSI_Cntl_port );
do_pause( 2 ); do_pause( 2 );
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* 675 Mass Ave, Cambridge, MA 02139, USA. * 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
extern Scsi_Host_Template fdomain_driver_template; extern struct scsi_host_template fdomain_driver_template;
extern int fdomain_setup(char *str); extern int fdomain_setup(char *str);
extern struct Scsi_Host *__fdomain_16x0_detect( Scsi_Host_Template *tpnt ); extern struct Scsi_Host *__fdomain_16x0_detect(struct scsi_host_template *tpnt );
extern int fdomain_16x0_bus_reset(Scsi_Cmnd *SCpnt); extern int fdomain_16x0_bus_reset(struct scsi_cmnd *SCpnt);
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