[SCSI] Move scsi_print_msg to SPI class
authorMatthew Wilcox <matthew@wil.cx>
Thu, 15 Dec 2005 21:22:01 +0000 (16:22 -0500)
committerJames Bottomley <jejb@mulgrave.(none)>
Fri, 16 Dec 2005 02:41:13 +0000 (18:41 -0800)
commit410ca5c7c6ed08bda165e8137bff26c3fbee5a1b
tree079d028ecb7ea645f0948e3a90a919c7c4f35eee
parent7b16318dea8d9840dac567a2ae8c50ecdea36aea
[SCSI] Move scsi_print_msg to SPI class

scsi_print_msg() is an SPI-specific concept.  This patch moves it from
constants.c to scsi_transport_spi.c and updates the Kconfig to link in
the SPI class for the drivers which use scsi_print_msg().

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/Kconfig
drivers/scsi/arm/Kconfig
drivers/scsi/constants.c
drivers/scsi/scsi_transport_spi.c