From: Peter Huewe Date: Tue, 22 Jan 2013 22:40:03 +0000 (+0100) Subject: staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.remove X-Git-Tag: v3.9-rc1~127^2~280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9901a4d75d007686e8f6473189cafc4b216b7449;p=pandora-kernel.git staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.remove (Almost) all comedi pci drivers have some wrapper for their pci_driver.remove function which simply calls comedi_pci_auto_unconfig which has the same function prototype as the wrapper. -> we can remove these wrappers and call comedi_pci_auto_unconfig directly. This removes a lot some boilerplate code and saves some bytes. Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed