mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix more reds.
Change-Id: I4b58dda0953b7f9799238c32b78037b0a5403c04
This commit is contained in:
parent
c245de029d
commit
68768260e8
11 changed files with 22 additions and 13 deletions
|
|
@ -18,8 +18,10 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "string.h"
|
||||
#include "button.h"
|
||||
#include "lcd.h"
|
||||
|
|
|
|||
|
|
@ -18,8 +18,10 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "backlight.h"
|
||||
#include "mc13783.h"
|
||||
#include "backlight-target.h"
|
||||
|
|
|
|||
|
|
@ -19,14 +19,16 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "thread.h"
|
||||
#include "mc13783.h"
|
||||
#include "iomuxc-imx31.h"
|
||||
#include "gpio-imx31.h"
|
||||
#include "i2c-imx31.h"
|
||||
#include "fmradio_i2c.h"
|
||||
#include "thread.h"
|
||||
#include "rds.h"
|
||||
#include "tuner.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -18,11 +18,13 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef BOOTLOADER
|
||||
#include <string.h> /* memset */
|
||||
#endif
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "lcd.h"
|
||||
#include "lcd-target.h"
|
||||
#include "backlight-target.h"
|
||||
|
|
|
|||
|
|
@ -18,9 +18,11 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "thread.h"
|
||||
#include "mc13783.h"
|
||||
#include "adc.h"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
#include "system-arm.h"
|
||||
#include "mmu-arm.h"
|
||||
#include "kernel.h"
|
||||
|
||||
/* High enough for most tasks but low enough for reduced voltage */
|
||||
#define CPUFREQ_DEFAULT 264000000
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
#define I2C_IMX31_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "semaphore.h"
|
||||
|
||||
/* I2C module usage masks */
|
||||
#define USE_I2C1_MODULE (1 << 0)
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "button.h"
|
||||
#include "backlight.h"
|
||||
#include "powermgmt.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue