]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: addi_apci_1710: remove i_ADDI_Reset
authorH Hartley Sweeten <hartleys@visionengravers.com>
Thu, 1 Nov 2012 18:09:27 +0000 (11:09 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Nov 2012 19:34:25 +0000 (12:34 -0700)
commit48562c361fb11f30ae856065d335a0ae1516edde
treeba9517c7a6ac07e3b3b5b1b502f76f751241b52d
parent678e4e27bc31c78b3a7171d6e26d7825c46d5c36
staging: comedi: addi_apci_1710: remove i_ADDI_Reset

This driver is now separate from the "common" code used with the
addi-data drivers. There is no need to use i_ADDI_Reset() to call
the correct "reset" function.

Remove the i_ADDI_Reset() function and the 'reset' pointer to the
real function from the boardinfo and just call the function directly
where needed.

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/addi_apci_1710.c