From: Ian Abbott Date: Tue, 14 Aug 2012 15:31:27 +0000 (+0100) Subject: staging: comedi: amplc_dio200: abbreviate IS_ENABLED() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~939 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d99ff52ef1da75053de9e42a620930f74615f8ea;p=pandora-kernel.git staging: comedi: amplc_dio200: abbreviate IS_ENABLED() The IS_ENABLED(CONFIG_COMEDI_AMPLC_DIO200_ISA) and IS_ENABLED(CONFIG_COMEDI_AMPLC_DIO200_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