From: H Hartley Sweeten Date: Tue, 13 Nov 2012 20:36:19 +0000 (-0700) Subject: staging: comedi: addi_apci_1516: merge in addi_apci_2016 driver X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~431 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a366e7b9d7118e657980399bcf41b353894ab92;p=pandora-kernel.git staging: comedi: addi_apci_1516: merge in addi_apci_2016 driver The low-level hardware support code for these drivers, hwdrv_apci1516.c and hwdrv_apci2016.c, is identical. Both of these boards are 16 channel dio boards. The 1516 board has 8 input/8 output channels and the 2016 has 16 output channels. To ease maintainability, merge the boardinfo and pci device information from the addi_apci_2016 driver into the addi_apci_1516 driver and modify the Kconfig and Makefile appropriately. This allows deleting the addi_apci_2016.c and hwdrv_apci2016.c files. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed