]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging: comedi: icp_multi: convert to a pci_driver
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 11 Sep 2012 20:44:59 +0000 (13:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Sep 2012 21:01:55 +0000 (14:01 -0700)
commit554e02c92468dc4958a528a953e590fd3ccd8f84
treeccedb7ef06791bfbdcf682e88020dcc6e9d54086
parent6f2c12ae422addc0f04cb6380fe2b18cfac97781
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>
drivers/staging/comedi/drivers/icp_multi.c