From 5b54df2674fdad5e7d316484c67efc68e79f3f0d Mon Sep 17 00:00:00 2001
From: Wolfgang Denk <wd@denx.de>
Date: Sat, 18 Jul 2009 15:46:02 +0200
Subject: [PATCH] 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>
---
 board/mpl/common/common_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
2.39.5