staging: comedi: amplc_pc236: abbreviate IS_ENABLED()
authorIan Abbott <abbotti@mev.co.uk>
Thu, 16 Aug 2012 11:24:11 +0000 (12:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 18:35:44 +0000 (11:35 -0700)
commit00255d194321a4800de6bd87fc5b30972d5ecbb3
tree21c609bf6c655d0b1f62597528a16d831fd5111b
parent15bad7b518043aa00d6220effabaf8c262a5af64
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 <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_pc236.c