alistair23-linux/drivers/staging/comedi
H Hartley Sweeten a0eeed4010 staging: comedi: ni_labpc: fix legacy driver build
CONFIG_COMEDI_NI_LABPC_ISA is a tristate option. #if IS_ENABLED()
needs to be used instead of #ifdef in order to build the legacy
specific code in this driver.

The local variable 'board' is not used in labpc_attach(). Remove it.

The labpc_detach() function is only referenced in this file. Make
it static.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-04-23 12:55:03 -07:00
..
drivers staging: comedi: ni_labpc: fix legacy driver build 2013-04-23 12:55:03 -07:00
kcomedilib staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbols 2013-04-12 15:09:59 -07:00
comedi.h staging: comedi: deprecate loading firmware with comedi_config 2013-01-17 16:51:46 -08:00
comedi_buf.c staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbols 2013-04-12 15:09:59 -07:00
comedi_compat32.c staging: comedi: Makefile: conditionally compile multi-file core module 2013-01-07 14:51:11 -08:00
comedi_compat32.h staging: comedi: shrink comedi_compat32.h 2012-06-20 12:57:43 -07:00
comedi_fops.c staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbols 2013-04-12 15:09:59 -07:00
comedi_internal.h staging: comedi: change comedi_alloc_board_minor() to return pointer 2013-04-05 14:33:17 -07:00
comedi_pci.c staging: comedi: comedi_pci: dev->board_name is always valid 2013-04-08 11:39:19 -07:00
comedi_pcmcia.c staging: comedi: comedi_pcmcia: allow drivers to use a custom conf_check() 2013-02-05 18:16:19 -08:00
comedi_usb.c staging: comedi: comedi_usb: allow comedi usb drivers to pass a 'context' 2013-02-05 18:07:11 -08:00
comedidev.h staging: comedi: drivers: introduce comedi_legacy_detach() 2013-04-19 11:19:52 -07:00
comedilib.h Staging: comedi: kcomedilib: make it typesafe 2010-05-11 11:36:02 -07:00
drivers.c staging: comedi: drivers: free_irq() in comedi_legacy_detach() 2013-04-19 11:19:54 -07:00
Kconfig staging: comedi: ni_labpc: split out PCI support 2013-04-23 10:36:27 -07:00
Makefile staging: comedi: conditionally build in PCMCIA driver support 2013-01-31 10:38:10 +01:00
proc.c staging: comedi: Makefile: conditionally compile multi-file core module 2013-01-07 14:51:11 -08:00
range.c staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbols 2013-04-12 15:09:59 -07:00
TODO Staging: comedi: Remove typedefs 2010-06-17 13:49:07 -07:00