staging: comedi: cb_pcidda: remove code in #if 0/#endif blocks
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 24 Oct 2012 23:28:57 +0000 (16:28 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Oct 2012 02:35:48 +0000 (19:35 -0700)
commitc1225b6f909fc91ec5352c3e87dce5b2bcbb7226
tree20acbf7812c19b1638eda9530e8947222535baf7
parentff331f7d9089a1917bf21d41110b0b182e74c766
staging: comedi: cb_pcidda: remove code in #if 0/#endif blocks

The functions cb_pcidda_ai_cmd(), cb_pcidda_ai_cmdtest(), and
cb_pcidda_ns_to_timer() are all partially coded stubs for command
support with the analog output subdevice. Just remove the code
since it is #if 0'ed out. It can be added back later if command
support is completed.

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/cb_pcidda.c