mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fix various reds. Some includes needed fixup.
Change-Id: I4327740bae17054131feb917abdd58846c451988
This commit is contained in:
parent
e5ce28ca09
commit
c245de029d
15 changed files with 20 additions and 4 deletions
|
|
@ -21,6 +21,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "i2c.h"
|
||||
#include "i2c-target.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,9 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "button.h"
|
||||
#include "backlight.h"
|
||||
#include "powermgmt.h"
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "ata-driver.h"
|
||||
|
||||
void ata_reset()
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
#include <stdbool.h>
|
||||
#include "config.h"
|
||||
#include "system-arm.h"
|
||||
#include "kernel.h"
|
||||
|
||||
/* TODO: This header could be split in 2 */
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "button.h"
|
||||
#include "pcf50606.h"
|
||||
#include "touchscreen.h"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue