1
0
Fork 0
forked from len0rd/rockbox

Add missing kernel.h includes (hopefully all of them), take #3.

Change-Id: I68ed0e914239f0caf83082a41c2480a01b69285a
This commit is contained in:
Thomas Martitz 2014-01-05 20:51:25 +01:00
parent 22b33d6eb8
commit 463d343102
2 changed files with 6 additions and 3 deletions

View file

@ -18,12 +18,14 @@
* KIND, either express or implied. * KIND, either express or implied.
* *
****************************************************************************/ ****************************************************************************/
#include "config.h" #include "config.h"
#include "cpu.h"
#include "system.h"
#include "kernel.h"
#include "lcd.h" #include "lcd.h"
#include "lcd-target.h" #include "lcd-target.h"
#include "system.h"
#include "cpu.h"
/* the detected lcd type (0 or 1) */ /* the detected lcd type (0 or 1) */
static int lcd_type; static int lcd_type;

View file

@ -21,9 +21,10 @@
#include "config.h" #include "config.h"
#include "system.h"
#include "kernel.h"
#include "adc.h" #include "adc.h"
#include "i2c-coldfire.h" #include "i2c-coldfire.h"
#include "system.h"
#define ADC_I2C_ADDR 0xa0 #define ADC_I2C_ADDR 0xa0