diff options
author | Thomas Martitz <kugel@rockbox.org> | 2014-01-05 20:51:25 +0100 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2014-01-05 20:51:25 +0100 |
commit | 463d343102c491d59a0bdb31debe5b11c92e7877 (patch) | |
tree | e3acf9c2dd033bd7c2792efea0c4c6d55c17fae4 /firmware/target/arm | |
parent | 22b33d6eb8ad159aa1f4de25fbe6ae7281d99dbb (diff) | |
download | rockbox-463d343102c491d59a0bdb31debe5b11c92e7877.tar.gz rockbox-463d343102c491d59a0bdb31debe5b11c92e7877.zip |
Add missing kernel.h includes (hopefully all of them), take #3.
Change-Id: I68ed0e914239f0caf83082a41c2480a01b69285a
Diffstat (limited to 'firmware/target/arm')
-rw-r--r-- | firmware/target/arm/as3525/sansa-clipzip/lcd-clipzip.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/sansa-clipzip/lcd-clipzip.c b/firmware/target/arm/as3525/sansa-clipzip/lcd-clipzip.c index 7673b529cc..e17bfc421b 100644 --- a/firmware/target/arm/as3525/sansa-clipzip/lcd-clipzip.c +++ b/firmware/target/arm/as3525/sansa-clipzip/lcd-clipzip.c | |||
@@ -18,12 +18,14 @@ | |||
18 | * KIND, either express or implied. | 18 | * KIND, either express or implied. |
19 | * | 19 | * |
20 | ****************************************************************************/ | 20 | ****************************************************************************/ |
21 | |||
21 | #include "config.h" | 22 | #include "config.h" |
23 | #include "cpu.h" | ||
24 | #include "system.h" | ||
25 | #include "kernel.h" | ||
22 | 26 | ||
23 | #include "lcd.h" | 27 | #include "lcd.h" |
24 | #include "lcd-target.h" | 28 | #include "lcd-target.h" |
25 | #include "system.h" | ||
26 | #include "cpu.h" | ||
27 | 29 | ||
28 | /* the detected lcd type (0 or 1) */ | 30 | /* the detected lcd type (0 or 1) */ |
29 | static int lcd_type; | 31 | static int lcd_type; |