mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
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 <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:
committed by
Greg Kroah-Hartman
parent
ec1b232000
commit
2dd9681196
@@ -151,8 +151,6 @@ static const struct comedi_lrange dmm32at_aoranges = {
|
||||
};
|
||||
|
||||
struct dmm32at_private {
|
||||
int data;
|
||||
int ai_inuse;
|
||||
unsigned char dio_config;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user