commit | 33214ce1ebdabf134e3064ca4fbdecaecefdf370 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Tue Sep 18 18:47:15 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Sep 19 09:41:43 2012 +0100 |
tree | 9e5303b8f1ff07e0921e6dcd74f4369b3907d859 | |
parent | 63ad597e2d1da6472f381f9709bc87eecbe30328 [diff] |
staging: comedi: daqboard2000: use attach_pci callback Convert this PCI driver to use the comedi PCI auto config attach mechanism by adding an 'attach_pci' callback function. Since the driver does not require any external configuration options. and the legacy 'attach' callback is now optional, remove it. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>