[SCSI] sym53c8xx: Make interrupt handler capable of returning IRQ_NONE
authorMatthew Wilcox <matthew@wil.cx>
Fri, 5 Oct 2007 19:55:12 +0000 (15:55 -0400)
committerJames Bottomley <jejb@mulgrave.localdomain>
Tue, 23 Oct 2007 19:23:28 +0000 (15:23 -0400)
commit99c9e0a1d6cfe1ba1169a7a81435ee85bc00e4a1
treea946e291692f09e3b4ecc71ceb9dd264a9f7acea
parent8022fbdacb0e9193a5dfb666479d1fc2ca63ecf1
[SCSI] sym53c8xx: Make interrupt handler capable of returning IRQ_NONE

Make sym_interrupt return an irqreturn_t instead of void, and take a
Scsi_Host instead of a sym_hcb.  Pass the Scsi_Host to the interrupt
handler instead of the sym_hcb.  Rename the host_data to sym_data.
Keep a pci_dev pointer in the sym_data.  Rename the Scsi_Host from
instance to shost.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/sym53c8xx_2/sym_glue.c
drivers/scsi/sym53c8xx_2/sym_glue.h
drivers/scsi/sym53c8xx_2/sym_hipd.c
drivers/scsi/sym53c8xx_2/sym_hipd.h