diff options
author | Ondrej Zary <[email protected]> | 2015-11-17 19:24:16 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 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 <[email protected]>
Reviewed-by: Hannes Reinicke <[email protected]>
Acked-by: Christoph Hellwig <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-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 unsigned long baseport; unsigned long ioport[2]; unsigned long pciport[2]; - unsigned long irq; unsigned char last_cmd[2]; unsigned char in_snd[2]; unsigned char in_int[2]; |