From 972f90edd0efb4e55415ae59046ad667af28c4da Mon Sep 17 00:00:00 2001 From: jethead71 Date: Fri, 2 Jul 2010 06:07:42 +0000 Subject: [PATCH] pl081: Fix r27236 warnings. Need system.h. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27237 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/as3525/dma-pl081.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/firmware/target/arm/as3525/dma-pl081.c b/firmware/target/arm/as3525/dma-pl081.c index b8c12257d..31291a93a 100644 --- a/firmware/target/arm/as3525/dma-pl081.c +++ b/firmware/target/arm/as3525/dma-pl081.c @@ -19,12 +19,11 @@ * ****************************************************************************/ -#include -#include "as3525.h" +#include "config.h" +#include "system.h" #include "pl081.h" #include "dma-target.h" #include "panic.h" -#include "config.h" static int dma_used = 0; static void (*dma_callback[2])(void); /* 2 channels */ -- 2.11.4.GIT