MIP405T: fix compile problem

The "stdio/device: rework function naming convention" patch
(commit 52cb4d4f) broke the MIP405T board; this patch fixes it.

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2009-07-18 15:46:02 +02:00
parent 170c19725e
commit 5b54df2674
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ void check_env(void)
}
extern device_t *stdio_devices[];
extern struct stdio_dev *stdio_devices[];
extern char *stdio_names[];
void show_stdio_dev(void)