staging: comedi: addi_apci_1710: remove dma setup/free code
authorH Hartley Sweeten <hartleys@visionengravers.com>
Thu, 1 Nov 2012 18:10:02 +0000 (11:10 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Nov 2012 19:34:25 +0000 (12:34 -0700)
commit9e31a33842753494a20b56dbff4572d1ba102738
tree7cf5edaddeec0fd8642fa95b535485d900d8704c
parent03262f69067c036ea092799b8a069065cc68871b
staging: comedi: addi_apci_1710: remove dma setup/free code

This driver does not use dma. Remove the code that sets up the
dma and allocates the buffers in the attach and the code that
frees the buffers in the detach.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi_apci_1710.c