From: Ian Abbott Date: Fri, 31 Oct 2014 17:47:35 +0000 (+0000) Subject: staging: comedi: comedidev.h: remove dummy PCI support functions X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~376 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aa1491a63d643e3eeb03b8a351a8d51d515baf7;p=pandora-kernel.git staging: comedi: comedidev.h: remove dummy PCI support functions Some low-level Comedi driver modules used to handle PCI devices and ISA devices in the same module with some conditional compilation. To reduce the amount of conditional compilation, some dummy inline versions of `comedi_to_pci_dev()`, `comedi_pci_enable()`, `comedi_pci_disable()`, and `comedi_pci_detach()` are defined in "comedidev.h" if `CONFIG_COMEDI_PCI_DRIVERS` is undefined. Since those Comedi low-level driver modules have since had PCI support split out into separate modules, there is no need to keep the dummy inline functions around any more, so remove them. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed