dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] powerpc: powermac adb fix udbg_adb_use_btext warning

When compiling without BOOTX_TEXT the following warning is emitted.
Fix up the definition to only be made when required.

      CC      arch/powerpc/platforms/powermac/udbg_adb.o
    .../arch/powerpc/platforms/powermac/udbg_adb.c:41: warning:
		`udbg_adb_use_btext' defined but not used

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Andy Whitcroft 2005-11-30 17:35:01 +00:00 committed by Paul Mackerras
parent 52020d2bda
commit 54b9a9aedc
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,6 @@ static enum {
input_adb_cuda,
} input_type = input_adb_none;
static int udbg_adb_use_btext;
int xmon_wants_key, xmon_adb_keycode;
static inline void udbg_adb_poll(void)
@ -55,6 +53,8 @@ static inline void udbg_adb_poll(void)
}
#ifdef CONFIG_BOOTX_TEXT
static int udbg_adb_use_btext;
static int xmon_adb_shiftstate;
static unsigned char xmon_keytab[128] =