staging: comedi: amplc_pc263: abbreviate IS_ENABLED()
authorIan Abbott <abbotti@mev.co.uk>
Thu, 16 Aug 2012 10:14:20 +0000 (11:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 18:33:16 +0000 (11:33 -0700)
commit87f8b20dce1fda9cf7c57f669415fe6918b19fa7
tree3f7aee2a5b5da73a2b333be1293a4dfeb258d228
parent6c292278288f9b29f994fe54cbe11cc30d021218
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 <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_pc263.c