summaryrefslogtreecommitdiffstats
path: root/common/hush.c
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-26 13:50:55 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-26 13:50:55 +0200
commit8f1559034ab114719b35832c48b9297b1ecc18c1 (patch)
tree26fe4914f58fdb52130848ef2712caa66a4da11b /common/hush.c
parenta2caf027e2ec2343bf4d1fdd83a52d669678acf0 (diff)
downloadbarebox-8f1559034ab114719b35832c48b9297b1ecc18c1.tar.gz
barebox-8f1559034ab114719b35832c48b9297b1ecc18c1.tar.xz
remove extern declaration of console_buffer
Diffstat (limited to 'common/hush.c')
-rw-r--r--common/hush.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/hush.c b/common/hush.c
index 1d55e5b4d4..b1ab0dc0a7 100644
--- a/common/hush.c
+++ b/common/hush.c
@@ -378,7 +378,6 @@ static char *getprompt(void)
static void get_user_input(struct in_str *i)
{
- extern char console_buffer[CONFIG_CBSIZE];
int n;
static char the_command[CONFIG_CBSIZE];