staging: comedi: cb_pcimdda: remove the DIO_METHODS
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 17 Aug 2012 02:50:19 +0000 (19:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Aug 2012 15:17:34 +0000 (08:17 -0700)
commite070c6a949c4b7f0ebe73a08ff4df422b0d95216
treead474763fdf9542b30c5ebdcf1c7fa8987f2078b
parentce774eab13606610df53301897e9c003476d7c6c
staging: comedi: cb_pcimdda: remove the DIO_METHODS

The digital i/o on this card is handled by an 8255 compatible
device. There are not other options. Remove the DIO_METHODS
enum as well as the dio_method variable in the boardinfo and
the code dealing with it.

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_pcimdda.c