staging: comedi: dmm32at: remove unused members of the private data

The 'data' and 'ai_inuse' members in the private data are not used in the
driver. 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-11-11 16:55:26 -07:00
committed by Greg Kroah-Hartman
parent ec1b232000
commit 2dd9681196

View File

@@ -151,8 +151,6 @@ static const struct comedi_lrange dmm32at_aoranges = {
};
struct dmm32at_private {
int data;
int ai_inuse;
unsigned char dio_config;
};