From: Ian Abbott Date: Fri, 31 Oct 2014 17:47:39 +0000 (+0000) Subject: staging: comedi: split out PCI support into new module X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~372 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc3fe15655c2bac782f45dce8b8c1537f07d9e81;p=pandora-kernel.git staging: comedi: split out PCI support into new module Setting the `CONFIG_COMEDI_PCI_DRIVERS` kernel configuration option makes the main "comedi" module depend on the PCI support in the kernel. That's not that big a deal since PCI support in the kernel is either built into the kernel or is absent, and is not in a separate module. Still, not all low-level Comedi drivers need PCI support, so we could save a bit of space by not including it. The Comedi PCI support functions are all in "comedi_pci.c". Turn it into a separate module so the support code doesn't have to be loaded unnecessarily. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed