staging: comedi: dmm32at: remove unused members of the private data
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 11 Nov 2014 23:55:26 +0000 (16:55 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2014 23:33:23 +0000 (15:33 -0800)
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>
drivers/staging/comedi/drivers/dmm32at.c

index 297338f4f46be55f9f3e6dbd5a41cfe6f7720421..6413f60c6f6bc699a303f6b35244f6d70106748e 100644 (file)
@@ -151,8 +151,6 @@ static const struct comedi_lrange dmm32at_aoranges = {
 };
 
 struct dmm32at_private {
-       int data;
-       int ai_inuse;
        unsigned char dio_config;
 };
 
This page took 0.025499 seconds and 5 git commands to generate.