From: Ian Abbott Date: Fri, 31 Aug 2012 19:41:49 +0000 (+0100) Subject: staging: comedi: das08: abbreviate IS_ENABLED() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~796 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c50141bf50fc268653ea0f9d5879a677309f2cc4;p=pandora-kernel.git staging: comedi: das08: abbreviate IS_ENABLED() The `IS_ENABLED(CONFIG_COMEDI_DAS08_ISA)` and `IS_ENABLED(CONFIG_COMEDI_DAS08_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