mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-14 21:46:27 +07:00
staging: comedi: rtd520: remove utcGate from private data
This variable in the private data is not used. Remove it. 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
2cc71f0406
commit
0d7ddc01ef
@ -409,9 +409,6 @@ struct rtdPrivate {
|
||||
/* read back data */
|
||||
unsigned int aoValue[2]; /* Used for AO read back */
|
||||
|
||||
/* timer gate (when enabled) */
|
||||
u8 utcGate[4]; /* 1 extra allows simple range check */
|
||||
|
||||
unsigned fifoLen;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user