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

@ -25,9 +25,11 @@
* KIND, either express or implied.
*
****************************************************************************/
#include "config.h"
#include "logf.h"
#include "system.h"
#include "kernel.h"
#include "string.h"
#include "pcm_sampr.h"

View File

@ -25,6 +25,8 @@
* KIND, either express or implied.
*
****************************************************************************/
#include "config.h"
#include "kernel.h"
#include "wmcodec.h"
#include "audio.h"

View File

@ -16,8 +16,10 @@
* KIND, either express or implied.
*
****************************************************************************/
#include "logf.h"
#include "system.h"
#include "kernel.h"
#include "string.h"
#include "audio.h"

View File

@ -21,6 +21,7 @@
#include "config.h"
#include "system.h"
#include "kernel.h"
#include "file.h"
#include "debug.h"
#include "load_code.h"

View File

@ -21,6 +21,7 @@
#include "config.h"
#include "system.h"
#include "kernel.h"
#include "i2c.h"
#include "i2c-target.h"

View File

@ -19,7 +19,9 @@
*
****************************************************************************/
#include "config.h"
#include "system.h"
#include "kernel.h"
#include "button.h"
#include "backlight.h"
#include "powermgmt.h"

View File

@ -23,6 +23,7 @@
#include <stdbool.h>
#include "system.h"
#include "kernel.h"
#include "ata-driver.h"
void ata_reset()

View File

@ -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 */

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

View File

@ -32,13 +32,13 @@
#include <sys/stat.h>
#include <unistd.h>
#include "buffering.h" /* TYPE_PACKET_AUDIO */
#include "kernel.h"
#include "codecs.h"
#include "dsp_core.h"
#include "metadata.h"
#include "settings.h"
#include "sound.h"
#include "tdspeed.h"
#include "kernel.h"
#include "platform.h"
/***************** EXPORTED *****************/

View File

@ -18,7 +18,9 @@ SRC= $(call preprocess, $(ROOTDIR)/lib/rbcodec/test/SOURCES)
INCLUDES += -I$(ROOTDIR)/lib/rbcodec/test \
-I$(ROOTDIR)/apps -I$(ROOTDIR)/apps/gui \
-I$(ROOTDIR)/firmware/export -I$(ROOTDIR)/firmware/include \
-I$(FIRMDIR)/kernel/include \
-I$(ROOTDIR)/firmware/export \
-I$(ROOTDIR)/firmware/include \
-I$(ROOTDIR)/firmware/target/hosted \
-I$(ROOTDIR)/firmware/target/hosted/sdl

View File

@ -16,6 +16,7 @@ OTHER_SRC += $(CHECKWPS_SRC)
INCLUDES = -I$(ROOTDIR)/apps/gui \
-I$(ROOTDIR)/apps/gui/skin_engine \
-I$(FIRMDIR)/kernel/include \
-I$(ROOTDIR)/firmware/export \
-I$(ROOTDIR)/firmware/include \
-I$(ROOTDIR)/firmware/target/hosted \

View File

@ -26,6 +26,7 @@ DATABASE_OBJ = $(call c2obj,$(DATABASE_SRC))
OTHER_SRC += $(DATABASE_SRC)
INCLUDES += -I$(ROOTDIR)/apps/gui \
-I$(FIRMDIR)/kernel/include \
-I$(ROOTDIR)/firmware/export \
-I$(ROOTDIR)/firmware/include \
-I$(ROOTDIR)/apps \