summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 9f827e7..0ffc850 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -88,10 +88,6 @@
#endif
#include "hwcompat.h"
-#if CONFIG_CPU == S3C2440
-#include "s3c2440.h"
-#endif
-
#ifndef SIMULATOR
static bool dbg_list(char *title, int count, int selection_size,
int (*action_callback)(int btn, struct gui_synclist *lists),
@@ -1139,7 +1135,7 @@ bool dbg_ports(void)
}
#elif CONFIG_CPU == S3C2440
char buf[128];
- int line, fd;
+ int line;
lcd_setmargins(0, 0);
lcd_clear_display();