]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: comedi: amplc_dio200: abbreviate IS_ENABLED()
authorIan Abbott <abbotti@mev.co.uk>
Tue, 14 Aug 2012 15:31:27 +0000 (16:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Aug 2012 23:46:33 +0000 (16:46 -0700)
commitd99ff52ef1da75053de9e42a620930f74615f8ea
tree5a1d64e0363f09d2f86e78210834bfe278e47d6b
parent2f123cbcf0ddaf526bd681081a1f2fe8c30ef59a
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 <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_dio200.c