From ceff1a816be504c1b0d56811e9912889bbc68932 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Thu, 1 Nov 2007 00:51:36 -0700 Subject: [PATCH] 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 --- include/asm-arm/arch-omap/dma.h | 1 + 1 file changed, 1 insertion(+) 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) -- 2.41.0