Browse Source

Staging: hv: blk dev depends on SCSI

hv block driver uses scsi_*() interfaces so it should depend on SCSI.

ERROR: "scsi_normalize_sense" [drivers/staging/hv/hv_blkvsc.ko] undefined!
ERROR: "scsi_print_sense_hdr" [drivers/staging/hv/hv_blkvsc.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Randy Dunlap 16 years ago
parent
commit
79e5cdb208
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/hv/Kconfig

+ 1 - 1
drivers/staging/hv/Kconfig

@@ -15,7 +15,7 @@ config HYPERV_STORAGE
 
 
 config HYPERV_BLOCK
 config HYPERV_BLOCK
 	tristate "Microsoft Hyper-V virtual block driver"
 	tristate "Microsoft Hyper-V virtual block driver"
-	depends on BLOCK && m
+	depends on BLOCK && SCSI && m
 	default n
 	default n
 	help
 	help
 	  Select this option to enable the Hyper-V virtual block driver.
 	  Select this option to enable the Hyper-V virtual block driver.