diff options
author | Andy Green <andy@openmoko.com> | 2009-02-24 02:14:08 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-02-24 02:14:08 +0000 |
commit | 4aba8b63458fc6d276dea75624dddeb30f361ca3 (patch) | |
tree | e0b9440a33083d5036a90de415911a72070d47a9 /arch | |
parent | 0109abdc6cbd85574d2f264bb34a9f57fe451623 (diff) |
fix-gta02-plat-plat-dma.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-s3c24xx/dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/dma.c b/arch/arm/plat-s3c24xx/dma.c index 3b122f6a7c4..5867b56070d 100644 --- a/arch/arm/plat-s3c24xx/dma.c +++ b/arch/arm/plat-s3c24xx/dma.c @@ -35,6 +35,7 @@ #include <plat/dma-core.h> #include <plat/regs-dma.h> +#include <plat/dma-plat.h> /* io map for dma */ static void __iomem *dma_base; |