[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>
Showing
- drivers/scsi/Kconfig 13 additions, 0 deletionsdrivers/scsi/Kconfig
- drivers/scsi/arm/Kconfig 1 addition, 0 deletionsdrivers/scsi/arm/Kconfig
- drivers/scsi/constants.c 0 additions, 108 deletionsdrivers/scsi/constants.c
- drivers/scsi/scsi_transport_spi.c 109 additions, 0 deletionsdrivers/scsi/scsi_transport_spi.c
Loading
Please register or sign in to comment