From: Ian Abbott Date: Fri, 31 Oct 2014 17:47:36 +0000 (+0000) Subject: staging: comedi: comedidev.h: remove some #ifdefs X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~375 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d51b365101d80bb99b9da723fd0cdb88e1a3ee12;p=pandora-kernel.git 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 Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed