summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/imx233/debug-imx233.c1
-rw-r--r--firmware/target/arm/imx233/debug-target.h26
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c1
-rw-r--r--firmware/target/arm/imx233/system-target.h2
4 files changed, 2 insertions, 28 deletions
diff --git a/firmware/target/arm/imx233/debug-imx233.c b/firmware/target/arm/imx233/debug-imx233.c
index 7ba4044b74..51d306b7b1 100644
--- a/firmware/target/arm/imx233/debug-imx233.c
+++ b/firmware/target/arm/imx233/debug-imx233.c
@@ -20,7 +20,6 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include "system.h" 22#include "system.h"
23#include "debug-target.h"
24#include "dma-imx233.h" 23#include "dma-imx233.h"
25#include "action.h" 24#include "action.h"
26#include "lcd.h" 25#include "lcd.h"
diff --git a/firmware/target/arm/imx233/debug-target.h b/firmware/target/arm/imx233/debug-target.h
index 1248c884e4..e69de29bb2 100644
--- a/firmware/target/arm/imx233/debug-target.h
+++ b/firmware/target/arm/imx233/debug-target.h
@@ -1,26 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2011 by Amaury Pouly
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21#ifndef DEBUG_TARGET_H
22#define DEBUG_TARGET_H
23
24bool dbg_hw_target_info(void);
25
26#endif /* DEBUG_TARGET_H */
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
index b6c096cb69..e9f626d1c2 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
@@ -20,7 +20,6 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include "system.h" 22#include "system.h"
23#include "debug-target.h"
24#include "button-target.h" 23#include "button-target.h"
25 24
26bool dbg_hw_target_info(void) 25bool dbg_hw_target_info(void)
diff --git a/firmware/target/arm/imx233/system-target.h b/firmware/target/arm/imx233/system-target.h
index a01c05febd..9ad9d1d808 100644
--- a/firmware/target/arm/imx233/system-target.h
+++ b/firmware/target/arm/imx233/system-target.h
@@ -117,4 +117,6 @@ static inline void mdelay(unsigned msecs)
117void usb_insert_int(void); 117void usb_insert_int(void);
118void usb_remove_int(void); 118void usb_remove_int(void);
119 119
120bool dbg_hw_target_info(void);
121
120#endif /* SYSTEM_TARGET_H */ 122#endif /* SYSTEM_TARGET_H */