summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s/system-imx31.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-05-10 18:32:34 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-05-10 18:32:34 +0000
commit1ec35841d61fc19cfcdf0589ffd9c79efc26ee30 (patch)
tree2787ac69c0538573d770e803a8f7492fc2af6ace /firmware/target/arm/imx31/gigabeat-s/system-imx31.c
parent0220a5fbc31f3443f2d165e395881d3bd213a698 (diff)
downloadrockbox-1ec35841d61fc19cfcdf0589ffd9c79efc26ee30.tar.gz
rockbox-1ec35841d61fc19cfcdf0589ffd9c79efc26ee30.zip
Fix yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17444 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s/system-imx31.c')
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/system-imx31.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/system-imx31.c b/firmware/target/arm/imx31/gigabeat-s/system-imx31.c
index 1c3abc64fc..5f76fdf557 100644
--- a/firmware/target/arm/imx31/gigabeat-s/system-imx31.c
+++ b/firmware/target/arm/imx31/gigabeat-s/system-imx31.c
@@ -28,6 +28,7 @@
28#include "serial-imx31.h" 28#include "serial-imx31.h"
29#include "debug.h" 29#include "debug.h"
30#include "clkctl-imx31.h" 30#include "clkctl-imx31.h"
31#include "mc13783.h"
31 32
32int system_memory_guard(int newmode) 33int system_memory_guard(int newmode)
33{ 34{