From: Finn Thain Date: Wed, 12 Nov 2014 05:11:53 +0000 (+1100) Subject: ncr5380: Cleanup TAG_NEXT and TAG_NONE macros X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~21^2^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76f13b9321ec8f9550cd1557ed28ac6ae91e612c;p=pandora-kernel.git 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 Reviewed-by: Hannes Reinecke Tested-by: Michael Schmitz Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed