atari_scsi: Remove header
authorFinn Thain <fthain@telegraphics.com.au>
Wed, 12 Nov 2014 05:12:10 +0000 (16:12 +1100)
committerChristoph Hellwig <hch@lst.de>
Thu, 20 Nov 2014 08:11:14 +0000 (09:11 +0100)
commit4e705205252ffc6979b938ab10facf765692f5cf
tree996e643db475bbcea40beba0f69b6291865c84d8
parent3ff228af84b57767645d81a89c166c777646ad61
atari_scsi: Remove header

The #defines in atari_scsi.h are intended to influence subsequent #includes
in atari_scsi.c. IMHO, that's too convoluted.

Remove atari_scsi.h by moving those macro definitions to atari_scsi.c,
consistent with other NCR5380 drivers.

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>
drivers/scsi/atari_scsi.c
drivers/scsi/atari_scsi.h [deleted file]