staging: comedi: pcl711: remove unused private data members
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Fri, 20 Sep 2013 23:43:11 +0000 (16:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Sep 2013 23:00:00 +0000 (16:00 -0700)
Remove all the private data variables that are not used by the driver.

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/pcl711.c

index 4b5da611c695749cb4d21f898fa6619ec7a3c66d..55a2b7851c6fddf7091384a93cab3e0499210997 100644 (file)
@@ -175,11 +175,7 @@ static const struct pcl711_board boardtypes[] = {
 };
 
 struct pcl711_private {
-
-       int board;
-       int adchan;
        int ntrig;
-       int aip[8];
        unsigned int ao_readback[2];
        unsigned int divisor1;
        unsigned int divisor2;