staging: comedi: das08: Use module_comedi_{pci_, }driver
authorIan Abbott <abbotti@mev.co.uk>
Thu, 24 May 2012 16:27:13 +0000 (17:27 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 03:39:38 +0000 (20:39 -0700)
commit1e576a5707c95a4fb5927d97ed21582a55f75a82
treece22897c25893f29fdafe1ffdedc3f968cdff95d
parentd60d9f34d37775fa64695a22b405e58ac3cda39c
staging: comedi: das08: Use module_comedi_{pci_, }driver

If PCI boards are supported, use the module_comedi_pci_driver() macro to
register the module as a comedi driver and a PCI driver.  Otherwise, if
ISA (or PC/104) boards are supported, use the module_comedi_driver()
macro to register the module as a comedi driver.  Otherwise, this is
only a helper module for an external comedi driver (das08_cs).

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das08.c
This page took 0.027071 seconds and 5 git commands to generate.