From: H Hartley Sweeten Date: Fri, 20 Jun 2014 18:10:32 +0000 (-0700) Subject: staging: comedi: ni_pcimio: remove ATMIO and PCIMIO defines X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d1296561a49aa3981520147cf146a5812c77a08c;p=deliverable%2Flinux.git staging: comedi: ni_pcimio: remove ATMIO and PCIMIO defines These defines were probably intended to be used so that ni_mio_common.c could detect if it was included by a driver that uses ioport or memory mapped register access. This can actually be detected by checking if the 'mite' member in the private data has been allocated. Regardless, the symbols are not used. Just remove them. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/ni_pcimio.c b/drivers/staging/comedi/drivers/ni_pcimio.c index 035964fd0ff5..5afa2c62bad0 100644 --- a/drivers/staging/comedi/drivers/ni_pcimio.c +++ b/drivers/staging/comedi/drivers/ni_pcimio.c @@ -118,9 +118,6 @@ Bugs: #define PCIDMA -#define PCIMIO 1 -#undef ATMIO - /* These are not all the possible ao ranges for 628x boards. They can do OFFSET +- REFERENCE where OFFSET can be 0V, 5V, APFI<0,1>, or AO<0...3> and RANGE can