From: H Hartley Sweeten Date: Fri, 18 Jan 2013 17:40:31 +0000 (-0700) Subject: staging: comedi: addi_apci_16xx: separate from addi_common.c X-Git-Tag: v3.9-rc1~127^2~391 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368463328badaa5431416574d9a1f60de8ae04cf;p=pandora-kernel.git staging: comedi: addi_apci_16xx: separate from addi_common.c This driver is for two simple ttl digital output boards. One with 48 channels the other with 96. Using the addi-data "common" code introduces a lot of bloat. Copy the code in addi_common.c to this driver and remove the #include that caused addi_common.c to be compiled with this driver. This will allow removing the bloat. Rename the auto_attach and detach functions so they have namespace associated with this driver. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed