]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
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)
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

index 7983a0d53928808e4db2c44bf7c9e0d2c8231fa0..e6744a5e0189dd5573873700578acfe45e55dd88 100644 (file)
 #define PCI230_ADC_FIFOLEVEL_HALFFULL  2049    /* Value for FIFO half full */
 #define PCI230_ADC_FIFOLEVEL_FULL      4096    /* FIFO size */
 
-/*
- * Value to write to ADCSWTRIG to trigger ADC conversion in software trigger
- * mode.  Can be anything.
- */
-#define PCI230_ADC_CONV                        0xffff
-
 /*
  * PCI230+ EXTFUNC values.
  */