From: Ian Abbott Date: Tue, 19 Aug 2014 15:06:33 +0000 (+0100) Subject: staging: comedi: ni_labpc: split common code to ni_labpc_common X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1078 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b41976933378192871629ba8afa37cfa1003f85;p=pandora-kernel.git staging: comedi: ni_labpc: split common code to ni_labpc_common The "ni_labpc" module is a Comedi driver for the National Instruments Lab-PC series of ISA data acquistion boards, and also provides common code for the "ni_labpc_pci" and "ni_labpci_cs" modules (for PCI boards and PCMCIA cards). Split out the common code into a new module "ni_labpc_common", leaving the driver for the ISA boards in the existing "ni_labpc" module. This removes the C preprocessor conditional directives from the resulting ".c" files (although they remain in the included header file "ni_labpc_isadma.h"). Unneccessary `#include` directives have been removed from the resulting ".c" files. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed