aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/dma.h')
-rw-r--r--include/asm-um/dma.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-um/dma.h b/include/asm-um/dma.h
deleted file mode 100644
index 9f6139a8a525..000000000000
--- a/include/asm-um/dma.h
+++ /dev/null
@@ -1,10 +0,0 @@
1#ifndef __UM_DMA_H
2#define __UM_DMA_H
3
4#include "asm/io.h"
5
6extern unsigned long uml_physmem;
7
8#define MAX_DMA_ADDRESS (uml_physmem)
9
10#endif