From 2dd9681196c56a7ae48ec99522acc23843844bee Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Tue, 11 Nov 2014 16:55:26 -0700 Subject: [PATCH] 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 --- drivers/staging/comedi/drivers/dmm32at.c | 2 -- 1 file changed, 2 deletions(-) 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; }; -- 2.34.1