From: Randy Dunlap Date: Sat, 2 Jul 2011 18:44:36 +0000 (-0700) Subject: staging: fix comedi NI labpc driver build when ISA_DMA_API is not enabled X-Git-Tag: v3.1-rc1~232^2~366 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3297d6c7c84a2a3f62b41b703a2963759e822e96;p=pandora-kernel.git staging: fix comedi NI labpc driver build when ISA_DMA_API is not enabled Fix ni_labpc.c to build when CONFIG_ISA_DMA_API is not enabled. This is a driver that supports both ISA and PCI devices. It now builds when for PCI-only support or for both ISA and PCI device support. (It does not support ISA-only without PCI.) Signed-off-by: Randy Dunlap Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed