From: Chase Southwood Date: Thu, 24 Apr 2014 07:19:01 +0000 (-0500) Subject: staging: comedi: addi_apci_1564: separate from addi_common.c X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1300 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30c3e824ebaa142bf7361c567612727d24af717;p=pandora-kernel.git staging: comedi: addi_apci_1564: separate from addi_common.c Using the addi-data "common" code in addi_apci_1564 introduces a lot of bloat. By separating this driver off from addi_common.c, a lot of the common code can be stripped out. This patch copies the code over from addi_common.c, and removes the #include of the file. The auto_attach function from the common code replaces the one that was previously in this driver, though renamed to that it stays within the namespace associated with this driver, and the detach function has been renamed for this reason as well. Signed-off-by: Chase Southwood Reviewed-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed