]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/dma.h
Pull cpuidle into release branch
[linux-2.6-omap-h63xx.git] / include / asm-arm / dma.h
index 1c7087f9364c1b485658213d5241fe4cc898c360..9f2c5305c26014a9aea95faaf73a9c82c1260201 100644 (file)
@@ -3,12 +3,18 @@
 
 typedef unsigned int dmach_t;
 
-#include <linux/config.h>
 #include <linux/spinlock.h>
 #include <asm/system.h>
 #include <asm/scatterlist.h>
 #include <asm/arch/dma.h>
 
+/*
+ * This is the maximum virtual address which can be DMA'd from.
+ */
+#ifndef MAX_DMA_ADDRESS
+#define MAX_DMA_ADDRESS        0xffffffff
+#endif
+
 /*
  * DMA modes
  */