summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c')
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c b/firmware/target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
index 2ed6d80afe..108a6d0944 100644
--- a/firmware/target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
+++ b/firmware/target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
@@ -19,14 +19,16 @@
19 * KIND, either express or implied. 19 * KIND, either express or implied.
20 * 20 *
21 ****************************************************************************/ 21 ****************************************************************************/
22
22#include "config.h" 23#include "config.h"
23#include "system.h" 24#include "system.h"
25#include "kernel.h"
26#include "thread.h"
24#include "mc13783.h" 27#include "mc13783.h"
25#include "iomuxc-imx31.h" 28#include "iomuxc-imx31.h"
26#include "gpio-imx31.h" 29#include "gpio-imx31.h"
27#include "i2c-imx31.h" 30#include "i2c-imx31.h"
28#include "fmradio_i2c.h" 31#include "fmradio_i2c.h"
29#include "thread.h"
30#include "rds.h" 32#include "rds.h"
31#include "tuner.h" 33#include "tuner.h"
32 34