[ARM] Move common definition of MAX_DMA_ADDRESS to asm/dma.h

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2006-01-04 15:30:48 +00:00
committed by Russell King
parent 6842b92992
commit d4c6fc9976
16 changed files with 7 additions and 31 deletions

View File

@@ -9,6 +9,13 @@ typedef unsigned int dmach_t;
#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
*/