staging: comedi: das08: abbreviate IS_ENABLED()
authorIan Abbott <abbotti@mev.co.uk>
Fri, 31 Aug 2012 19:41:49 +0000 (20:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 19:00:43 +0000 (12:00 -0700)
commitc50141bf50fc268653ea0f9d5879a677309f2cc4
treedd2269d542562203f1ffa21332d3c03ba0787173
parent9bfdd96262335949d08507f97e7d10f60314c26e
staging: comedi: das08: abbreviate IS_ENABLED()

The `IS_ENABLED(CONFIG_COMEDI_DAS08_ISA)` and
`IS_ENABLED(CONFIG_COMEDI_DAS08_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/das08.c