commit | 2231ef876a0ab4ab7b344bff6cc1508d9b6c1b52 | [log] [tgz] |
---|---|---|
author | Finn Thain <fthain@telegraphics.com.au> | Wed Nov 12 16:12:12 2014 +1100 |
committer | Christoph Hellwig <hch@lst.de> | Thu Nov 20 09:11:15 2014 +0100 |
tree | a28d1ea3d31db1da28365dd1e11be45ed98bd645 | |
parent | 0d31f8759109cbc1e6fc196d08e6b0e8a9e93b3f [diff] |
sun3_scsi: Move macro definitions The #defines in sun3_scsi.h are intended to influence subsequent #includes in sun3_scsi.c. IMHO, that's too convoluted. Move sun3_scsi.h macro definitions to sun3_scsi.c, consistent with other NCR5380 drivers. Omit the unused NCR5380_local_declare() and NCR5380_setup() macros. Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Christoph Hellwig <hch@lst.de>