diff options
author | Thomas Martitz <kugel@rockbox.org> | 2014-01-05 20:42:48 +0100 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2014-01-05 20:42:48 +0100 |
commit | 22b33d6eb8ad159aa1f4de25fbe6ae7281d99dbb (patch) | |
tree | 70aff886959331bf62bdeb74ac57a4bcf86a3fea /firmware/target/coldfire/mpio/hd300 | |
parent | 22a28f9caa2f96b52e1a427c32851298e14f8f33 (diff) | |
download | rockbox-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/coldfire/mpio/hd300')
-rw-r--r-- | firmware/target/coldfire/mpio/hd300/button-hd300.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/coldfire/mpio/hd300/button-hd300.c b/firmware/target/coldfire/mpio/hd300/button-hd300.c index 5c817e92bd..f59c046cdb 100644 --- a/firmware/target/coldfire/mpio/hd300/button-hd300.c +++ b/firmware/target/coldfire/mpio/hd300/button-hd300.c | |||
@@ -23,6 +23,7 @@ | |||
23 | #include "config.h" | 23 | #include "config.h" |
24 | #include "cpu.h" | 24 | #include "cpu.h" |
25 | #include "system.h" | 25 | #include "system.h" |
26 | #include "kernel.h" | ||
26 | #include "button.h" | 27 | #include "button.h" |
27 | #include "backlight.h" | 28 | #include "backlight.h" |
28 | #include "adc.h" | 29 | #include "adc.h" |