From: Russell King Date: Mon, 9 Jan 2006 17:08:11 +0000 (+0000) Subject: [ARM] AT91RM9200 doesn't need anything in dma.h X-Git-Tag: v2.6.16-rc1~660^2~4 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8ef12c9f01afba47c2d33bb939085111ca0d0f7d;p=~shefty%2Frdma-dev.git [ARM] AT91RM9200 doesn't need anything in dma.h Signed-off-by: Russell King --- diff --git a/include/asm-arm/arch-at91rm9200/dma.h b/include/asm-arm/arch-at91rm9200/dma.h index 6738bdd74b2..22c1dfdd8da 100644 --- a/include/asm-arm/arch-at91rm9200/dma.h +++ b/include/asm-arm/arch-at91rm9200/dma.h @@ -17,11 +17,3 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - -#ifndef __ASM_ARCH_DMA_H -#define __ASM_ARCH_DMA_H - -#define MAX_DMA_ADDRESS 0xffffffff -#define MAX_DMA_CHANNELS 0 - -#endif /* _ASM_ARCH_DMA_H */