commit | 554e02c92468dc4958a528a953e590fd3ccd8f84 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Tue Sep 11 13:44:59 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 11 14:01:55 2012 -0700 |
tree | ccedb7ef06791bfbdcf682e88020dcc6e9d54086 | |
parent | 6f2c12ae422addc0f04cb6380fe2b18cfac97781 [diff] |
staging: comedi: icp_multi: convert to a pci_driver This driver is for a PCI device not a legacy device. Convert it from a module_comedi_driver to a module_comedi_pci_driver. This will allow using the comedi_pci_auto_config mechanism to attach to the device. 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>