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:
H Hartley Sweeten 2013-03-26 15:01:58 -07:00 committed by Greg Kroah-Hartman
parent 2cc71f0406
commit 0d7ddc01ef

View File

@ -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;
};