From: Ian Abbott Date: Fri, 28 Jun 2013 16:09:20 +0000 (+0100) Subject: staging: comedi: ni_labpc: migrate DMA channel init & free X-Git-Tag: v3.12-rc1~183^2~728 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86aff4bb11eb721b9be40dcd51f7571fb00edcde;p=pandora-kernel.git staging: comedi: ni_labpc: migrate DMA channel init & free Migrate the code for requesting an ISA DMA channel and a DMA buffer, and the code for freeing them into two new functions in the "ni_labpc_isadma" module: `labpc_init_dma_chan()` and `labpc_free_dma_chan()`. Dummy inline functions are provided in "ni_labpc_isadma.h" if the "ni_labpc_isadma" module is not being built. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed