Remove all the private data variables that are not used by the driver. Signed-off-by: H Hartley Sweeten <hswee...@visionengravers.com> Cc: Ian Abbott <abbo...@mev.co.uk> Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/staging/comedi/drivers/pcl711.c | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/drivers/staging/comedi/drivers/pcl711.c b/drivers/staging/comedi/drivers/pcl711.c index 4b5da61..55a2b78 100644 --- a/drivers/staging/comedi/drivers/pcl711.c +++ b/drivers/staging/comedi/drivers/pcl711.c @@ -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; -- 1.8.3.2 _______________________________________________ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel