staging: comedi: comedidev.h: remove some #ifdefs
authorIan Abbott <abbotti@mev.co.uk>
Fri, 31 Oct 2014 17:47:36 +0000 (17:47 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Nov 2014 17:24:33 +0000 (09:24 -0800)
commitd51b365101d80bb99b9da723fd0cdb88e1a3ee12
tree24c666f1e92ef0446fba8fc9b7679706c7489d3d
parent5aa1491a63d643e3eeb03b8a351a8d51d515baf7
staging: comedi: comedidev.h: remove some #ifdefs

Some declarations and macro definitions in "comedidev.h" are protected
by various `#ifdef`s for kernel configuration options, but the header
file compiles fine without the `#ifdef`s regardless of whether those
config option macros are defined or not.  Remove the `#ifdef`s and
compile the affected code unconditionally.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedidev.h
This page took 0.026699 seconds and 5 git commands to generate.