From 97a33880e7c06332ea3498437c70a903cbbfe361 Mon Sep 17 00:00:00 2001 From: Wanpeng Li Date: Fri, 6 Apr 2012 15:52:09 +0800 Subject: [PATCH] remove useless comments in dma This comment is useless, just removes it and makes the codes clear. Signed-off-by: Wanpeng Li Signed-off-by: Blue Swirl --- dma.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dma.h b/dma.h index 20e86d28ee..5bd1fc836f 100644 --- a/dma.h +++ b/dma.h @@ -11,7 +11,6 @@ #define DMA_H #include -//#include "cpu.h" #include "hw/hw.h" #include "block.h"