OSDN Git Service

staging: comedi: amplc_pci230: remove PCI230_ADC_CONV
authorIan Abbott <abbotti@mev.co.uk>
Tue, 29 Jul 2014 11:58:16 +0000 (12:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Jul 2014 23:54:03 +0000 (16:54 -0700)
commite58dbebcc79c9ac92c77448eadf294533aa7cf50
tree925160e5e822b7b7e2e17d7f6810d7d0c3a8f21a
parentad501004d61f542c7cc5fce965e407dc05e2cbda
staging: comedi: amplc_pci230: remove PCI230_ADC_CONV

The macro `PCI230_ADC_CONV` is never used.  Just remove it.  (At one
time, the value was written to the `PCI230_ADCSWTRIG` register to
trigger a conversion, but any value would do, and the driver no longer
uses that register to trigger conversions anyway.)

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