diff options
author | H Hartley Sweeten <hsweeten@visionengravers.com> | 2013-04-23 18:05:06 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-23 19:55:03 (GMT) |
commit | a0eeed40100b2eca57afdf99d76c57dedd218a8a (patch) | |
tree | cece34cb7c50006f934d7b65c6111d750488673d /drivers/dca | |
parent | eca7cf725617c08f02a9f74155ced6d2de9f0a63 (diff) | |
download | linux-fsl-qoriq-a0eeed40100b2eca57afdf99d76c57dedd218a8a.tar.xz |
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>
Diffstat (limited to 'drivers/dca')
0 files changed, 0 insertions, 0 deletions