diff options
author | Ondrej Zary <linux@rainbow-software.org> | 2015-11-17 13:24:16 -0500 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2015-11-25 22:08:48 -0500 |
commit | e1e9a70642309020571a07b2918eca84cec6287a (patch) | |
tree | c728f8274700ab2d9e45da8c4db528e8d495d944 | |
parent | c48442d1277a9b9e20ad38c29ca68485b921d4e9 (diff) |
atp870u: Remove unused irq from struct atp_unit
Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Reviewed-by: Hannes Reinicke <hare@suse.de>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-rw-r--r-- | drivers/scsi/atp870u.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/atp870u.h b/drivers/scsi/atp870u.h index 5cf62566ad42..c3c6c13685d4 100644 --- a/drivers/scsi/atp870u.h +++ b/drivers/scsi/atp870u.h | |||
@@ -26,7 +26,6 @@ struct atp_unit | |||
26 | unsigned long baseport; | 26 | unsigned long baseport; |
27 | unsigned long ioport[2]; | 27 | unsigned long ioport[2]; |
28 | unsigned long pciport[2]; | 28 | unsigned long pciport[2]; |
29 | unsigned long irq; | ||
30 | unsigned char last_cmd[2]; | 29 | unsigned char last_cmd[2]; |
31 | unsigned char in_snd[2]; | 30 | unsigned char in_snd[2]; |
32 | unsigned char in_int[2]; | 31 | unsigned char in_int[2]; |