From: H Hartley Sweeten Date: Tue, 13 Nov 2012 20:38:39 +0000 (-0700) Subject: staging: comedi: addi_apci_1516: separate from addi_common.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~427 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=049ff74ca0f831d08b5895bebf40fe064117e2b3;p=pandora-kernel.git staging: comedi: addi_apci_1516: separate from addi_common.c This driver is for simple 16 channel dio boards. 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 attach_pci 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