mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Add missing kernel.h includes (hopefully all of them), take #2.
Change-Id: I62cedf992bb096987050621cfc34f0432e9da170
This commit is contained in:
parent
22a28f9caa
commit
22b33d6eb8
10 changed files with 19 additions and 4 deletions
|
|
@ -28,8 +28,9 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "as3525.h"
|
||||
#include "cpu.h"
|
||||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "tuner.h"
|
||||
#include "generic_i2c.h"
|
||||
#include "fmradio_i2c.h"
|
||||
|
|
@ -237,4 +238,3 @@ void si4700_rds_init(void)
|
|||
IF_PRIO(, PRIORITY_REALTIME) IF_COP(, CPU));
|
||||
}
|
||||
#endif /* HAVE_RDS_CAP */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue