staging: comedi: addi_apci_1564: move apci1564_do_insn_bits() to addi_apci_1564.c
authorChase Southwood <chase.southwood@gmail.com>
Thu, 22 May 2014 00:41:15 +0000 (19:41 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 12:30:26 +0000 (21:30 +0900)
commit96211ca58a5d43e6cb527b2a110fbc5df4d15949
treece784772014797c9178bb549851117cebf740105
parent36682e575c7db04549ae504dd13896dd31c5a014
staging: comedi: addi_apci_1564: move apci1564_do_insn_bits() to addi_apci_1564.c

This function is already compliant with the comedi API and is behaving as
comedi core expects.  This patch moves it out of
addi-data/hwdrv_apci1564.c and into the driver proper since no further
work needs to be done on it.

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