kernel-ark/drivers/staging/comedi
H Hartley Sweeten b93707d650 staging: comedi: refactor cb_pcidio driver and use module_comedi_pci_driver
Move the module_init/module_exit routines and the associated
struct comedi_drive and struct pci_driver to the end of the
source. This is more typical of how other drivers are written
and removes the need for the forward declarations.

Convert the driver to use the module_comedi_pci_driver() macro
which makes the code smaller and a bit simpler.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-05-15 17:56:53 -07:00
..
drivers staging: comedi: refactor cb_pcidio driver and use module_comedi_pci_driver 2012-05-15 17:56:53 -07:00
kcomedilib
comedi_compat32.c
comedi_compat32.h
comedi_fops.c staging: comedi: register sysfs device attributes with driver core 2012-05-14 13:00:55 -07:00
comedi_fops.h module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
comedi.h staging: comedi: COMEDI_CB_EOA is also used to report end-of-output. 2012-04-18 16:37:06 -07:00
comedidev.h staging: comedi: Add helper macro for comedi pci driver boilerplate 2012-05-14 13:48:47 -07:00
comedilib.h
drivers.c staging: comedi: Add helper macro for comedi pci driver boilerplate 2012-05-14 13:48:47 -07:00
internal.h staging: comedi: Add module parameters for default buffer size 2012-04-13 11:18:23 -07:00
Kconfig staging: comedi: Add kernel config for default buffer sizes 2012-04-13 11:18:23 -07:00
Makefile
proc.c
range.c
TODO