dm mpath: hp requires scsi
authorPaul Mundt <lethal@linux-sh.org>
Thu, 13 Dec 2007 14:15:43 +0000 (14:15 +0000)
committerAlasdair G Kergon <agk@redhat.com>
Thu, 20 Dec 2007 17:32:09 +0000 (17:32 +0000)
commitd1622e89099b7cdda20d95a68940067bdddda03c
tree1f892cbd0f7b9c99332e37a2063e74b61fad59bb
parent512875bd9661368da6f993205a61213b79ba1df0
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>
drivers/md/Kconfig