From: Ian Abbott Date: Thu, 16 Aug 2012 10:14:20 +0000 (+0100) Subject: staging: comedi: amplc_pc263: abbreviate IS_ENABLED() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~908 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87f8b20dce1fda9cf7c57f669415fe6918b19fa7;p=pandora-kernel.git staging: comedi: amplc_pc263: abbreviate IS_ENABLED() The IS_ENABLED(CONFIG_COMEDI_AMPLC_PC263_ISA) and IS_ENABLED(CONFIG_COMEDI_AMPLC_PC263_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