summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233')
-rw-r--r--firmware/target/arm/imx233/fmradio-imx233.c3
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/fmradio-i2c-fuzeplus.c1
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c3
-rw-r--r--firmware/target/arm/imx233/touchscreen-imx233.c3
4 files changed, 10 insertions, 0 deletions
diff --git a/firmware/target/arm/imx233/fmradio-imx233.c b/firmware/target/arm/imx233/fmradio-imx233.c
index 28ac4a4893..5263256ca3 100644
--- a/firmware/target/arm/imx233/fmradio-imx233.c
+++ b/firmware/target/arm/imx233/fmradio-imx233.c
@@ -18,6 +18,9 @@
18 * KIND, either express or implied. 18 * KIND, either express or implied.
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21
22#include "config.h"
23#include "kernel.h"
21#include "fmradio-imx233.h" 24#include "fmradio-imx233.h"
22#include "fmradio-target.h" 25#include "fmradio-target.h"
23#include "pinctrl-imx233.h" 26#include "pinctrl-imx233.h"
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/fmradio-i2c-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/fmradio-i2c-fuzeplus.c
index 2167bb6897..bc4a83665d 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/fmradio-i2c-fuzeplus.c
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/fmradio-i2c-fuzeplus.c
@@ -21,6 +21,7 @@
21 21
22#include "config.h" 22#include "config.h"
23#include "system.h" 23#include "system.h"
24#include "kernel.h"
24#include "pinctrl-imx233.h" 25#include "pinctrl-imx233.h"
25#include "rds.h" 26#include "rds.h"
26#include "si4700.h" 27#include "si4700.h"
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
index 7710104f55..d8ad5a8df3 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
@@ -18,10 +18,13 @@
18 * KIND, either express or implied. 18 * KIND, either express or implied.
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21
21#include <sys/types.h> /* off_t */ 22#include <sys/types.h> /* off_t */
22#include <string.h> 23#include <string.h>
24
23#include "cpu.h" 25#include "cpu.h"
24#include "system.h" 26#include "system.h"
27#include "kernel.h"
25#include "backlight-target.h" 28#include "backlight-target.h"
26#include "lcd.h" 29#include "lcd.h"
27#include "lcdif-imx233.h" 30#include "lcdif-imx233.h"
diff --git a/firmware/target/arm/imx233/touchscreen-imx233.c b/firmware/target/arm/imx233/touchscreen-imx233.c
index 53d9d0e320..8868f3e2b6 100644
--- a/firmware/target/arm/imx233/touchscreen-imx233.c
+++ b/firmware/target/arm/imx233/touchscreen-imx233.c
@@ -18,6 +18,9 @@
18 * KIND, either express or implied. 18 * KIND, either express or implied.
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21
22#include "config.h"
23#include "kernel.h"
21#include "touchscreen-imx233.h" 24#include "touchscreen-imx233.h"
22#include "stdlib.h" 25#include "stdlib.h"
23#ifdef SAMSUNG_YPZ5 26#ifdef SAMSUNG_YPZ5