aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/platforms/powermac/udbg_adb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/powermac/udbg_adb.c b/arch/powerpc/platforms/powermac/udbg_adb.c
index d1c40e27e37d..3d5ed23bf0e0 100644
--- a/arch/powerpc/platforms/powermac/udbg_adb.c
+++ b/arch/powerpc/platforms/powermac/udbg_adb.c
@@ -38,8 +38,6 @@ static enum {
38 input_adb_cuda, 38 input_adb_cuda,
39} input_type = input_adb_none; 39} input_type = input_adb_none;
40 40
41static int udbg_adb_use_btext;
42
43int xmon_wants_key, xmon_adb_keycode; 41int xmon_wants_key, xmon_adb_keycode;
44 42
45static inline void udbg_adb_poll(void) 43static inline void udbg_adb_poll(void)
@@ -55,6 +53,8 @@ static inline void udbg_adb_poll(void)
55} 53}
56 54
57#ifdef CONFIG_BOOTX_TEXT 55#ifdef CONFIG_BOOTX_TEXT
56
57static int udbg_adb_use_btext;
58static int xmon_adb_shiftstate; 58static int xmon_adb_shiftstate;
59 59
60static unsigned char xmon_keytab[128] = 60static unsigned char xmon_keytab[128] =