From 7ca20810367d9a1b211f242d1b1183dbedeeda68 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 7 May 2012 00:55:59 -0400 Subject: remove debug-target.h --- apps/debug_menu.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index fbf6d53fe0..2762c4b79b 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -104,9 +104,6 @@ #include "pcf50605.h" #endif #include "appevents.h" -#if (CONFIG_PLATFORM & PLATFORM_NATIVE) -#include "debug-target.h" -#endif #if defined(HAVE_AS3514) && defined(CONFIG_CHARGING) #include "ascodec.h" @@ -1767,6 +1764,7 @@ static bool dbg_save_roms(void) return false; } #elif CONFIG_CPU == IMX31L +bool __dbg_dvfs_dptc(void); static bool dbg_save_roms(void) { int fd = creat("/flash_rom_A0000000-A01FFFFF.bin", 0666); -- cgit v1.2.3