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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue