linux/drivers/staging/comedi
H Hartley Sweeten e0eaa10d4d staging: comedi: refactor dt282x driver to remove forward declarations
Move the struct comedi_driver and variables 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_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-09 13:33:41 -07:00
..
drivers staging: comedi: refactor dt282x driver to remove forward declarations 2012-05-09 13:33:41 -07:00
kcomedilib
comedi_compat32.c
comedi_compat32.h
comedi_fops.c drivers/staging/comedi/comedi_fops.c: add missing vfree 2012-04-24 11:38:34 -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_driver boilerplate 2012-05-02 15:55:24 -07:00
comedilib.h
drivers.c staging: comedi: Add module parameters for default buffer size 2012-04-13 11:18:23 -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