]> rtime.felk.cvut.cz Git - linux-imx.git/commit
staging: comedi: remove 'comedi_autoconfig' module parameter
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 5 Feb 2013 00:13:01 +0000 (17:13 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Feb 2013 19:22:08 +0000 (11:22 -0800)
commit4a79f730179061c54d5c4ce1b59c1babbb05912f
tree0ffdd72a5a7deb6490c8504705504cb587e090ed
parentbd7807f96464d1053c6c5fd867461c6e64a766f1
staging: comedi: remove 'comedi_autoconfig' module parameter

This module parameter is used to enable the auto config mechanism
in the comedi core. Most of the PCI, PCMCIA, and USB drivers have
been converted to use the auto config mechanism and will not attach
if it is disabled.

Since the 'comedi_autoconfig' parameter is defaulted to true, just
remove it so that the comedi drivers that use auto config will
always be able to attach.

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/comedi_fops.c
drivers/staging/comedi/comedi_internal.h
drivers/staging/comedi/drivers.c
drivers/staging/comedi/drivers/adl_pci7x3x.c