a author Ian Abbott 1344958287 +0100 committer Greg Kroah-Hartman 1344987993 -0700 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 `