1
0
Fork 0
forked from len0rd/rockbox

Fix various reds. Some includes needed fixup.

Change-Id: I4327740bae17054131feb917abdd58846c451988
This commit is contained in:
Thomas Martitz 2014-03-03 19:09:41 +01:00
parent e5ce28ca09
commit c245de029d
15 changed files with 20 additions and 4 deletions

View file

@ -20,6 +20,8 @@
****************************************************************************/
#include "config.h"
#include "system.h"
#include "kernel.h"
#include "button.h"
#include "pcf50606.h"
#include "touchscreen.h"

View file

@ -24,6 +24,7 @@
#include "config.h"
#include "cpu.h"
#include "system.h"
#include "kernel.h"
#include "string.h"
#include "button.h"
#include "lcd.h"

View file

@ -23,7 +23,6 @@
#include "system-arm.h"
#include "mmu-arm.h"
#include "kernel.h" /* TIME_BEFORE */
#define CPUFREQ_DEFAULT 32000000
#define CPUFREQ_NORMAL 48000000