diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-11-12 05:11:53 (GMT) |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-20 08:11:05 (GMT) |
commit | 76f13b9321ec8f9550cd1557ed28ac6ae91e612c (patch) | |
tree | cb4066631e701617bc35131231469e2c8c343ccf /drivers/scsi/qla4xxx | |
parent | 4d3d2a54f731aa25f66adcf934ba9a55ca8204d4 (diff) | |
download | linux-76f13b9321ec8f9550cd1557ed28ac6ae91e612c.tar.xz |
ncr5380: Cleanup TAG_NEXT and TAG_NONE macros
Both atari_NCR5380.c and sun3_NCR5380.c core drivers #undef TAG_NONE and
then redefine it. But the original definition is unused because NCR5380.c
lacks support for tagged queueing. So just define it once.
The TAG_NEXT macro only appears in the arguments to NCR5380_select() calls.
But that routine doesn't use its tag argument as the tag was already
assigned in NCR5380_main(). So remove the unused argument and the macro.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Tested-by: Michael Schmitz <schmitzmic@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/qla4xxx')
0 files changed, 0 insertions, 0 deletions