]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: addi_apci_1564: remove unused static variables
authorChase Southwood <chase.southwood@gmail.com>
Sat, 21 Jun 2014 22:25:17 +0000 (17:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 00:09:37 +0000 (20:09 -0400)
commit7f42982076f87a1f213f5f6af88acfbbb87f85a1
tree2a12a19bf44dd973b6ec48c93b935ffcafdaeaa6
parent2c6b1f02f62295e725489d920096577b4c6d4f08
staging: comedi: addi_apci_1564: remove unused static variables

The global variables ui_InterruptStatus_1564 and ui_InterruptData are both
set but never used.  Just remove them from the driver.

Signed-off-by: Chase Southwood <chase.southwood@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.c