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>
This commit is contained in:
parent
b219b3f732
commit
79e5cdb208
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ config HYPERV_STORAGE
|
|||
|
||||
config HYPERV_BLOCK
|
||||
tristate "Microsoft Hyper-V virtual block driver"
|
||||
depends on BLOCK && m
|
||||
depends on BLOCK && SCSI && m
|
||||
default n
|
||||
help
|
||||
Select this option to enable the Hyper-V virtual block driver.
|
||||
|
|
Loading…
Reference in a new issue