From: Kevin Hilman Date: Thu, 1 Nov 2007 07:51:36 +0000 (-0700) Subject: ARM: OMAP: DMA: Fix compile for DMA chaining X-Git-Tag: v2.6.24-omap1~247 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?p=linux-2.6-omap-h63xx.git;a=commitdiff_plain;h=ceff1a816be504c1b0d56811e9912889bbc68932 ARM: OMAP: DMA: Fix compile for DMA chaining FYI... without PATCH 1/1 the new DMA stuff doesn't compile on OMAP2. While waiting for that fix, at least this is required to build in current git Signed-off-by: Tony Lindgren --- diff --git a/include/asm-arm/arch-omap/dma.h b/include/asm-arm/arch-omap/dma.h index 87b0e92a28e..24acf090030 100644 --- a/include/asm-arm/arch-omap/dma.h +++ b/include/asm-arm/arch-omap/dma.h @@ -62,6 +62,7 @@ #define OMAP_DMA4_IRQENABLE_L2 (OMAP_DMA4_BASE + 0x20) #define OMAP_DMA4_IRQENABLE_L3 (OMAP_DMA4_BASE + 0x24) #define OMAP_DMA4_SYSSTATUS (OMAP_DMA4_BASE + 0x28) +#define OMAP_DMA4_OCP_SYSCONFIG (OMAP_DMA4_BASE + 0x2c) #define OMAP_DMA4_CAPS_0 (OMAP_DMA4_BASE + 0x64) #define OMAP_DMA4_CAPS_2 (OMAP_DMA4_BASE + 0x6c) #define OMAP_DMA4_CAPS_3 (OMAP_DMA4_BASE + 0x70)