From: Ian Abbott Date: Thu, 16 Aug 2012 11:24:11 +0000 (+0100) Subject: staging: comedi: amplc_pc236: abbreviate IS_ENABLED() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~904 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00255d194321a4800de6bd87fc5b30972d5ecbb3;p=pandora-kernel.git staging: comedi: amplc_pc236: abbreviate IS_ENABLED() The IS_ENABLED(CONFIG_COMEDI_AMPLC_PC236_ISA) and IS_ENABLED(CONFIG_COMEDI_AMPLC_PC236_PCI) macro calls are a bit long-winded. Define a couple of macros DO_ISA and DO_PCI as abbreviations for them. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed