diff options
author | Peter Huewe <peterhuewe@gmx.de> | 2013-01-22 23:40:03 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-25 12:13:06 -0800 |
commit | 9901a4d75d007686e8f6473189cafc4b216b7449 (patch) | |
tree | 72c2c8d10a37f53ce088dbb67f3cabf303a019b2 /lib | |
parent | c2f90a20c9166bf9effb064703903039a49324e3 (diff) | |
download | blackbird-op-linux-9901a4d75d007686e8f6473189cafc4b216b7449.tar.gz blackbird-op-linux-9901a4d75d007686e8f6473189cafc4b216b7449.zip |
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 <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions