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
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue