Commit 98c6ccd0 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: pcl711: remove unused private data members



Remove all the private data variables that are not used by the driver.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0fd8ebea
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;