dm mpath: hp requires scsi

With CONFIG_SCSI=n __scsi_print_sense() is never linked in.

drivers/built-in.o: In function `hp_sw_end_io':
dm-mpath-hp-sw.c:(.text+0x914f8): undefined reference to `__scsi_print_sense'

Caught with a randconfig on current git.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>

authored by Paul Mundt and committed by Alasdair G Kergon d1622e89 512875bd

+1 -1
+1 -1
drivers/md/Kconfig
··· 269 269 270 270 config DM_MULTIPATH_HP 271 271 tristate "HP MSA multipath support (EXPERIMENTAL)" 272 - depends on DM_MULTIPATH && BLK_DEV_DM && EXPERIMENTAL 272 + depends on DM_MULTIPATH && BLK_DEV_DM && SCSI && EXPERIMENTAL 273 273 ---help--- 274 274 Multipath support for HP MSA (Active/Passive) series hardware. 275 275