summaryrefslogtreecommitdiff
path: root/firmware/target/arm
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm')
-rw-r--r--firmware/target/arm/i2c-telechips.c1
-rw-r--r--firmware/target/arm/philips/hdd6330/button-hdd6330.c2
-rw-r--r--firmware/target/arm/pp/ata-pp5020.c1
-rw-r--r--firmware/target/arm/pp/system-target.h1
-rw-r--r--firmware/target/arm/tcc780x/cowond2/touchscreen-cowond2.c2
-rw-r--r--firmware/target/arm/tcc780x/debug-tcc780x.c1
-rw-r--r--firmware/target/arm/tcc780x/system-target.h1
7 files changed, 7 insertions, 2 deletions
diff --git a/firmware/target/arm/i2c-telechips.c b/firmware/target/arm/i2c-telechips.c
index 511bbe8865..84381ddbf0 100644
--- a/firmware/target/arm/i2c-telechips.c
+++ b/firmware/target/arm/i2c-telechips.c
@@ -21,6 +21,7 @@
21#include "config.h" 21#include "config.h"
22 22
23#include "system.h" 23#include "system.h"
24#include "kernel.h"
24#include "i2c.h" 25#include "i2c.h"
25#include "i2c-target.h" 26#include "i2c-target.h"
26 27
diff --git a/firmware/target/arm/philips/hdd6330/button-hdd6330.c b/firmware/target/arm/philips/hdd6330/button-hdd6330.c
index 75e14e375f..3f662cca4f 100644
--- a/firmware/target/arm/philips/hdd6330/button-hdd6330.c
+++ b/firmware/target/arm/philips/hdd6330/button-hdd6330.c
@@ -19,7 +19,9 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include "config.h"
22#include "system.h" 23#include "system.h"
24#include "kernel.h"
23#include "button.h" 25#include "button.h"
24#include "backlight.h" 26#include "backlight.h"
25#include "powermgmt.h" 27#include "powermgmt.h"
diff --git a/firmware/target/arm/pp/ata-pp5020.c b/firmware/target/arm/pp/ata-pp5020.c
index 1fc302a60d..9b3158ecc7 100644
--- a/firmware/target/arm/pp/ata-pp5020.c
+++ b/firmware/target/arm/pp/ata-pp5020.c
@@ -23,6 +23,7 @@
23 23
24#include <stdbool.h> 24#include <stdbool.h>
25#include "system.h" 25#include "system.h"
26#include "kernel.h"
26#include "ata-driver.h" 27#include "ata-driver.h"
27 28
28void ata_reset() 29void ata_reset()
diff --git a/firmware/target/arm/pp/system-target.h b/firmware/target/arm/pp/system-target.h
index 742044b7be..d372b65502 100644
--- a/firmware/target/arm/pp/system-target.h
+++ b/firmware/target/arm/pp/system-target.h
@@ -25,7 +25,6 @@
25#include <stdbool.h> 25#include <stdbool.h>
26#include "config.h" 26#include "config.h"
27#include "system-arm.h" 27#include "system-arm.h"
28#include "kernel.h"
29 28
30/* TODO: This header could be split in 2 */ 29/* TODO: This header could be split in 2 */
31 30
diff --git a/firmware/target/arm/tcc780x/cowond2/touchscreen-cowond2.c b/firmware/target/arm/tcc780x/cowond2/touchscreen-cowond2.c
index 4e6d9718a5..5f1cfc6455 100644
--- a/firmware/target/arm/tcc780x/cowond2/touchscreen-cowond2.c
+++ b/firmware/target/arm/tcc780x/cowond2/touchscreen-cowond2.c
@@ -20,6 +20,8 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include "config.h" 22#include "config.h"
23#include "system.h"
24#include "kernel.h"
23#include "button.h" 25#include "button.h"
24#include "pcf50606.h" 26#include "pcf50606.h"
25#include "touchscreen.h" 27#include "touchscreen.h"
diff --git a/firmware/target/arm/tcc780x/debug-tcc780x.c b/firmware/target/arm/tcc780x/debug-tcc780x.c
index 658995a2de..fc03871c9c 100644
--- a/firmware/target/arm/tcc780x/debug-tcc780x.c
+++ b/firmware/target/arm/tcc780x/debug-tcc780x.c
@@ -24,6 +24,7 @@
24#include "config.h" 24#include "config.h"
25#include "cpu.h" 25#include "cpu.h"
26#include "system.h" 26#include "system.h"
27#include "kernel.h"
27#include "string.h" 28#include "string.h"
28#include "button.h" 29#include "button.h"
29#include "lcd.h" 30#include "lcd.h"
diff --git a/firmware/target/arm/tcc780x/system-target.h b/firmware/target/arm/tcc780x/system-target.h
index a369c2fb9a..fe66a6eb68 100644
--- a/firmware/target/arm/tcc780x/system-target.h
+++ b/firmware/target/arm/tcc780x/system-target.h
@@ -23,7 +23,6 @@
23 23
24#include "system-arm.h" 24#include "system-arm.h"
25#include "mmu-arm.h" 25#include "mmu-arm.h"
26#include "kernel.h" /* TIME_BEFORE */
27 26
28#define CPUFREQ_DEFAULT 32000000 27#define CPUFREQ_DEFAULT 32000000
29#define CPUFREQ_NORMAL 48000000 28#define CPUFREQ_NORMAL 48000000