staging: comedi: ni_atmio: 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 <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
H Hartley Sweeten 2014-06-20 11:10:30 -07:00 committed by Greg Kroah-Hartman
parent 7239da2513
commit e5cc90f8fc

View File

@ -98,9 +98,6 @@ are not supported.
#include "ni_stc.h"
#include "8255.h"
#define ATMIO 1
#undef PCIMIO
/*
* AT specific setup
*/