<asm/dma.h> is included indirectly
#if defined(CONFIG_SCSI) && defined(CONFIG_BLK_DEV_SD)
which could be your case. Some variables defined in <asm/dma.h> are used
outside of this #if clause.
-- Martin- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/