summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sym53c8xx_2/sym_glue.h
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2007-10-05 21:54:59 +0200
committerJames Bottomley <jejb@mulgrave.localdomain>2007-10-23 21:08:07 +0200
commitf363abff55cad0e9c6e73c4eedae13d9ee794880 (patch)
treeda5d63f9db4e35c69a19482ea37369a5f29ffdf0 /drivers/scsi/sym53c8xx_2/sym_glue.h
parent[SCSI] sym53c8xx: Work around 53c896 erratum (diff)
downloadlinux-f363abff55cad0e9c6e73c4eedae13d9ee794880.tar.xz
linux-f363abff55cad0e9c6e73c4eedae13d9ee794880.zip
[SCSI] sym53c8xx: Use pci_dev irq number
Don't cache a private copy of the interrupt number Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/sym53c8xx_2/sym_glue.h')
-rw-r--r--drivers/scsi/sym53c8xx_2/sym_glue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/sym53c8xx_2/sym_glue.h b/drivers/scsi/sym53c8xx_2/sym_glue.h
index 0f097ba4f712..bea7bcc69ebd 100644
--- a/drivers/scsi/sym53c8xx_2/sym_glue.h
+++ b/drivers/scsi/sym53c8xx_2/sym_glue.h
@@ -184,7 +184,6 @@ struct sym_shcb {
void __iomem * ioaddr; /* MMIO kernel io address */
void __iomem * ramaddr; /* RAM kernel io address */
u_short io_ws; /* IO window size */
- int irq; /* IRQ number */
struct timer_list timer; /* Timer handler link header */
u_long lasttime;