diff options
author | Rafaël Carré <funman@videolan.org> | 2012-05-07 00:55:59 -0400 |
---|---|---|
committer | Rafaël Carré <funman@videolan.org> | 2012-05-07 00:55:59 -0400 |
commit | 7ca20810367d9a1b211f242d1b1183dbedeeda68 (patch) | |
tree | d3203ec6d90185bbfed6b87d911c43f52c624f41 /firmware/target/arm/imx31 | |
parent | ed38c5d953a44f952b1090e0a61a97aca408aa7b (diff) | |
download | rockbox-7ca20810367d9a1b211f242d1b1183dbedeeda68.tar.gz rockbox-7ca20810367d9a1b211f242d1b1183dbedeeda68.zip |
remove debug-target.h
Diffstat (limited to 'firmware/target/arm/imx31')
-rw-r--r-- | firmware/target/arm/imx31/debug-imx31.c | 1 | ||||
-rw-r--r-- | firmware/target/arm/imx31/debug-target.h | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/firmware/target/arm/imx31/debug-imx31.c b/firmware/target/arm/imx31/debug-imx31.c index 89763f8c67..2064a22f63 100644 --- a/firmware/target/arm/imx31/debug-imx31.c +++ b/firmware/target/arm/imx31/debug-imx31.c @@ -24,7 +24,6 @@ #include "button.h" #include "lcd.h" #include "font.h" -#include "debug-target.h" #include "mc13783.h" #include "adc.h" #include "ccm-imx31.h" diff --git a/firmware/target/arm/imx31/debug-target.h b/firmware/target/arm/imx31/debug-target.h deleted file mode 100644 index 70ba6f8e94..0000000000 --- a/firmware/target/arm/imx31/debug-target.h +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2007 by Karl Kurbjun - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ -#ifndef DEBUG_TARGET_H -#define DEBUG_TARGET_H - -bool __dbg_dvfs_dptc(void); - -#endif /* DEBUG_TARGET_H */ |