Commit 79e5cdb2 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman

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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b219b3f7
...@@ -15,7 +15,7 @@ config HYPERV_STORAGE ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment