Commit d3cce34b authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] scsi/imm.c cleanup and fixes (2/8)

	* switched imm to passing around references to imm_struct instead
of host numbers.
parent 8e840158
This diff is collapsed.
......@@ -144,10 +144,10 @@ int imm_sg = SG_ALL; /* enable/disable scatter-gather. */
#endif
static int imm_engine(imm_struct *, Scsi_Cmnd *);
static int imm_in(int, char *, int);
static int imm_init(int);
static int imm_in(imm_struct *, char *, int);
static int imm_init(imm_struct *);
static void imm_interrupt(void *);
static int imm_out(int, char *, int);
static int imm_out(imm_struct *, char *, int);
static int imm_detect(Scsi_Host_Template *);
static int imm_queuecommand(Scsi_Cmnd *, void (*done) (Scsi_Cmnd *));
......
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