summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_internal.h
diff options
context:
space:
mode:
authorH Hartley Sweeten <hsweeten@visionengravers.com>2013-02-05 00:13:01 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-05 19:22:08 (GMT)
commit4a79f730179061c54d5c4ce1b59c1babbb05912f (patch)
tree0ffdd72a5a7deb6490c8504705504cb587e090ed /drivers/staging/comedi/comedi_internal.h
parentbd7807f96464d1053c6c5fd867461c6e64a766f1 (diff)
downloadlinux-fsl-qoriq-4a79f730179061c54d5c4ce1b59c1babbb05912f.tar.xz
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>
Diffstat (limited to 'drivers/staging/comedi/comedi_internal.h')
-rw-r--r--drivers/staging/comedi/comedi_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/comedi/comedi_internal.h b/drivers/staging/comedi/comedi_internal.h
index df4c676..b374313 100644
--- a/drivers/staging/comedi/comedi_internal.h
+++ b/drivers/staging/comedi/comedi_internal.h
@@ -21,7 +21,6 @@ unsigned int comedi_buf_write_n_allocated(struct comedi_async *async);
extern unsigned int comedi_default_buf_size_kb;
extern unsigned int comedi_default_buf_maxsize_kb;
-extern bool comedi_autoconfig;
/* drivers.c */