OSDN Git Service

staging: comedi: addi_apci_1564: move apci1564_di_insn_bits() to addi_apci_1564.c
authorChase Southwood <chase.southwood@gmail.com>
Thu, 22 May 2014 00:40:09 +0000 (19:40 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 12:30:26 +0000 (21:30 +0900)
commit36682e575c7db04549ae504dd13896dd31c5a014
tree734dd782ded626cd731622d619dbdd5fc371d0d3
parent995e13b9b985652f30195690e978e8442d2e0d77
staging: comedi: addi_apci_1564: move apci1564_di_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