diff options
author | Wanpeng Li <liwp@linux.vnet.ibm.com> | 2012-04-06 15:52:09 +0800 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-04-07 13:46:35 +0000 |
commit | 97a33880e7c06332ea3498437c70a903cbbfe361 (patch) | |
tree | e4095d9e7796cfe80bde43b020540ee0ce9bdd76 /dma.h | |
parent | 3b2aba2f1309cebbcb72a5f006479f2467aa4e9f (diff) |
remove useless comments in dma
This comment is useless, just removes it and makes the codes clear.
Signed-off-by: Wanpeng Li <liwp@linux.vnet.ibm.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'dma.h')
-rw-r--r-- | dma.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ #define DMA_H #include <stdio.h> -//#include "cpu.h" #include "hw/hw.h" #include "block.h" |