From: Ian Abbott Date: Fri, 28 Jun 2013 16:09:28 +0000 (+0100) Subject: staging: comedi: COMEDI_NI_LABPC_ISA no longer depends on VIRT_TO_BUS X-Git-Tag: v3.12-rc1~183^2~720 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=277bef860c1bdb631c4cae385838bddd65459c07;p=pandora-kernel.git staging: comedi: COMEDI_NI_LABPC_ISA no longer depends on VIRT_TO_BUS After migrating ISA DMA support from the "ni_labpc" module to the new "ni_labpc_isadma" module, the `COMEDI_NI_LABPC_ISA` configuration option no longer depends on `VIRT_TO_BUS`, so remove the dependency. (The new `COMEDI_NI_LABPC_ISADMA` option does depend on `VIRT_TO_BUS` but is not configured manually and is only selected automatically if the `VIRT_TO_BUS` and `ISA_DMA_API` options are set.) Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed