From: H Hartley Sweeten Date: Tue, 11 Nov 2014 23:55:26 +0000 (-0700) Subject: staging: comedi: dmm32at: remove unused members of the private data X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2dd9681196c56a7ae48ec99522acc23843844bee;p=deliverable%2Flinux.git staging: comedi: dmm32at: remove unused members of the private data The 'data' and 'ai_inuse' members in the private data are not used in the driver. Remove them. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/dmm32at.c b/drivers/staging/comedi/drivers/dmm32at.c index 297338f4f46b..6413f60c6f6b 100644 --- a/drivers/staging/comedi/drivers/dmm32at.c +++ b/drivers/staging/comedi/drivers/dmm32at.c @@ -151,8 +151,6 @@ static const struct comedi_lrange dmm32at_aoranges = { }; struct dmm32at_private { - int data; - int ai_inuse; unsigned char dio_config; };