commit | d5120ae72a066b18f98e0c45ce73262f58030851 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Tue Oct 07 23:09:51 2008 +0100 |
committer | Ben Dooks <ben-linux@fluff.org> | Tue Oct 07 23:09:51 2008 +0100 |
tree | 5e00e7d04a560f720bd4ebc8acba2ffcc8de7b7c | |
parent | a2b7ba9ca471438c2bb0c3bdf0ff2ed7fdce3d2f [diff] [blame] |
[ARM] S3C24XX: Additional include moves Continue moving the include files into arch/arm Signed-off-by: Ben Dooks <ben-linux@fluff.org>
diff --git a/arch/arm/plat-s3c24xx/dma.c b/arch/arm/plat-s3c24xx/dma.c index 08c2aaf..390ff9f 100644 --- a/arch/arm/plat-s3c24xx/dma.c +++ b/arch/arm/plat-s3c24xx/dma.c
@@ -36,7 +36,7 @@ #include <asm/mach/dma.h> #include <mach/map.h> -#include <asm/plat-s3c24xx/dma.h> +#include <plat/dma.h> /* io map for dma */ static void __iomem *dma_base;