staging: comedi: rtd520: remove 'intCount' from the private data
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 29 Oct 2012 17:04:58 +0000 (10:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 17:44:38 +0000 (10:44 -0700)
commit16756f7c3f0e17a3b4eedd42d8159657769cbbc8
tree52e38b720af3d634c8376b4515bf33a248e51e12
parentd62bc46866d622950d6afab0d7af61ccc79b9353
staging: comedi: rtd520: remove 'intCount' from the private data

This variable is cleared when an ai command is initiated and then
incremented with each interrupt. Other than that it's never used.
Just remove it.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/rtd520.c