Staging: comedi: fix build breakages on some platforms
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Jun 2011 21:43:34 +0000 (14:43 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Jun 2011 21:43:34 +0000 (14:43 -0700)
Some platforms do not have virt_to_bus(), so properly depend on
CONFIG_VIRT_TO_BUS for the Comedi drivers that need this function.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found