summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/system-imx233.c
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-11-19 22:12:42 +0000
committerAmaury Pouly <amaury.pouly@gmail.com>2013-11-19 22:12:42 +0000
commitda7be39614edcc955e1381e6b9ebe402b2c3d9c8 (patch)
tree7e9f74803b2a2ed20558f0c3fe7732af13c99ca2 /firmware/target/arm/imx233/system-imx233.c
parent0cb76defd3c311e9dd4c16257c16a2d7daada87a (diff)
downloadrockbox-da7be39614edcc955e1381e6b9ebe402b2c3d9c8.tar.gz
rockbox-da7be39614edcc955e1381e6b9ebe402b2c3d9c8.zip
Fix sim red
Change-Id: Icbdf47c5c508516892b1ce75558b878dc512e780
Diffstat (limited to 'firmware/target/arm/imx233/system-imx233.c')
-rw-r--r--firmware/target/arm/imx233/system-imx233.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/system-imx233.c b/firmware/target/arm/imx233/system-imx233.c
index 3293bd71d1..4223af26c4 100644
--- a/firmware/target/arm/imx233/system-imx233.c
+++ b/firmware/target/arm/imx233/system-imx233.c
@@ -43,7 +43,7 @@
43#include "backlight-target.h" 43#include "backlight-target.h"
44#include "button.h" 44#include "button.h"
45#include "fmradio_i2c.h" 45#include "fmradio_i2c.h"
46#include "powermgmt.h" 46#include "powermgmt-imx233.h"
47 47
48void imx233_chip_reset(void) 48void imx233_chip_reset(void)
49{ 49{