diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2010-07-02 06:07:42 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2010-07-02 06:07:42 +0000 |
commit | 3f4dfe5c03fd15c6753408eaf5608fd6b62e106a (patch) | |
tree | 83591d5618b4fe6326be7c900e579ee5d9e9dbb1 | |
parent | 0f47ffe0e429c1457e16fddb5f27abc9bf802535 (diff) | |
download | rockbox-3f4dfe5c03fd15c6753408eaf5608fd6b62e106a.tar.gz rockbox-3f4dfe5c03fd15c6753408eaf5608fd6b62e106a.zip |
pl081: Fix r27236 warnings. Need system.h.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27237 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/target/arm/as3525/dma-pl081.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/target/arm/as3525/dma-pl081.c b/firmware/target/arm/as3525/dma-pl081.c index b8c12257de..31291a93ab 100644 --- a/firmware/target/arm/as3525/dma-pl081.c +++ b/firmware/target/arm/as3525/dma-pl081.c | |||
@@ -19,12 +19,11 @@ | |||
19 | * | 19 | * |
20 | ****************************************************************************/ | 20 | ****************************************************************************/ |
21 | 21 | ||
22 | #include <stdbool.h> | 22 | #include "config.h" |
23 | #include "as3525.h" | 23 | #include "system.h" |
24 | #include "pl081.h" | 24 | #include "pl081.h" |
25 | #include "dma-target.h" | 25 | #include "dma-target.h" |
26 | #include "panic.h" | 26 | #include "panic.h" |
27 | #include "config.h" | ||
28 | 27 | ||
29 | static int dma_used = 0; | 28 | static int dma_used = 0; |
30 | static void (*dma_callback[2])(void); /* 2 channels */ | 29 | static void (*dma_callback[2])(void); /* 2 channels */ |