staging: comedi: pcl711: remove unused private data members
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>
This commit is contained in:
parent
0fd8ebea1b
commit
98c6ccd009
1 changed files with 0 additions and 4 deletions
|
@ -175,11 +175,7 @@ static const struct pcl711_board boardtypes[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct pcl711_private {
|
struct pcl711_private {
|
||||||
|
|
||||||
int board;
|
|
||||||
int adchan;
|
|
||||||
int ntrig;
|
int ntrig;
|
||||||
int aip[8];
|
|
||||||
unsigned int ao_readback[2];
|
unsigned int ao_readback[2];
|
||||||
unsigned int divisor1;
|
unsigned int divisor1;
|
||||||
unsigned int divisor2;
|
unsigned int divisor2;
|
||||||
|
|
Loading…
Add table
Reference in a new issue