From: H Hartley Sweeten Date: Wed, 12 Jun 2013 23:05:13 +0000 (-0700) Subject: staging: comedi: addi_apci_3xxx: absorb apci3xxx_do_insn_bits() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~156 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3d8605fca03adb70f712512b3df0e0311ac9b61;p=pandora-kernel.git staging: comedi: addi_apci_3xxx: absorb apci3xxx_do_insn_bits() All the boards supported by this driver that have digital outputs use the same 'do_bits' callback in the boardinfo. Absorb the function from hwdrv_apci3xxx.c directly into the driver. Remove the 'do_bits' callback from the boardinfo and use the function directly to set the subdevice (*insn_bits). None of the boards supported by this driver have a 'do_config', 'do_write', or 'do_read' callback. Remove the unnecessary setting of the subdevice callbacks. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed