summaryrefslogtreecommitdiffstats
path: root/board/mpl/common
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-07-18 15:46:02 +0200
committerWolfgang Denk <wd@denx.de>2009-07-18 15:46:02 +0200
commit5b54df2674fdad5e7d316484c67efc68e79f3f0d (patch)
tree2ea7a912dd15c081e8dc362ed7f1787a1b9de66d /board/mpl/common
parent170c19725ecd3a0e2e517dfd49979ca8822edec0 (diff)
downloadblackbird-obmc-uboot-5b54df2674fdad5e7d316484c67efc68e79f3f0d.tar.gz
blackbird-obmc-uboot-5b54df2674fdad5e7d316484c67efc68e79f3f0d.zip
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>
Diffstat (limited to 'board/mpl/common')
-rw-r--r--board/mpl/common/common_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpl/common/common_util.c b/board/mpl/common/common_util.c
index 243e3eb7f9..f3632c266e 100644
--- a/board/mpl/common/common_util.c
+++ b/board/mpl/common/common_util.c
@@ -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)
OpenPOWER on IntegriCloud