summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/touchscreen-imx233.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2014-01-05 20:42:48 +0100
committerThomas Martitz <kugel@rockbox.org>2014-01-05 20:42:48 +0100
commit22b33d6eb8ad159aa1f4de25fbe6ae7281d99dbb (patch)
tree70aff886959331bf62bdeb74ac57a4bcf86a3fea /firmware/target/arm/imx233/touchscreen-imx233.c
parent22a28f9caa2f96b52e1a427c32851298e14f8f33 (diff)
downloadrockbox-22b33d6eb8ad159aa1f4de25fbe6ae7281d99dbb.tar.gz
rockbox-22b33d6eb8ad159aa1f4de25fbe6ae7281d99dbb.zip
Add missing kernel.h includes (hopefully all of them), take #2.
Change-Id: I62cedf992bb096987050621cfc34f0432e9da170
Diffstat (limited to 'firmware/target/arm/imx233/touchscreen-imx233.c')
-rw-r--r--firmware/target/arm/imx233/touchscreen-imx233.c3
1 files changed, 3 insertions, 0 deletions
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