Re: [PATCH] Staging: unisys: virthba: Add dependency on SCSI

2014-03-06 Thread Greg KH
On Thu, Mar 06, 2014 at 12:57:00PM -0600, Ken Cox wrote: > If CONFIG_SCSI is not enabled, compiling virthba.c goes horribly wrong with > undefined symbols. > > Signed-off-by: Ken Cox > --- You forgot a "Reported-by:" line saying how you found out about this issue... _

[PATCH] Staging: unisys: virthba: Add dependency on SCSI

2014-03-06 Thread Ken Cox
If CONFIG_SCSI is not enabled, compiling virthba.c goes horribly wrong with undefined symbols. Signed-off-by: Ken Cox --- drivers/staging/unisys/virthba/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/virthba/Kconfig b/drivers/staging/unisys/vi