From: Greg Kroah-Hartman Date: Wed, 19 Nov 2008 22:02:21 +0000 (-0800) Subject: Staging: comedi: comedi_pci.h: remove comedi_pci_disable_no_regions X-Git-Tag: firefly_0821_release~16128^2~49 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d2f63f9c67ef1a627e7b0ccd5e236272db118ceb;p=firefly-linux-kernel-4.4.55.git Staging: comedi: comedi_pci.h: remove comedi_pci_disable_no_regions comedi_pci_disable_no_regions is not called by any comedi code (in or out of the kernel tree), so remove it, so no one tries to use it in the future. Cc: David Schleef Cc: Frank Mori Hess Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/comedi_pci.h b/drivers/staging/comedi/drivers/comedi_pci.h index 09c9a4435367..c14a036a0536 100644 --- a/drivers/staging/comedi/drivers/comedi_pci.h +++ b/drivers/staging/comedi/drivers/comedi_pci.h @@ -28,19 +28,6 @@ #include -/* - * Called to disable PCI device if PCI device has been enabled, but - * PCI regions have not been reserved. - * - * It only disables the PCI device if the kernel supports reference - * counting of PCI enables, otherwise it might stop the device working - * in another driver instance. - */ -static inline void comedi_pci_disable_no_regions(struct pci_dev *pdev) -{ - pci_disable_device(pdev); -} - /* * Enable the PCI device and request the regions. */