X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fhush.c;h=e8e24d7deab952f7e7d0d429febfa94b464398d1;hb=f915c9316cf1dd16a5ec4da02447656f200660f0;hp=2495a6d5927d6033fe860e724447769fae731ad7;hpb=606a76f8ef479e42ae4d06f8f3ce87e9a1c72acf;p=u-boot diff --git a/common/hush.c b/common/hush.c index 2495a6d592..e8e24d7dea 100644 --- a/common/hush.c +++ b/common/hush.c @@ -1000,7 +1000,6 @@ static void get_user_input(struct in_str *i) fflush(stdout); i->p = the_command; #else - extern char console_buffer[]; int n; static char the_command[CONFIG_SYS_CBSIZE];