summaryrefslogtreecommitdiffstats
path: root/board/tqm85xx
diff options
context:
space:
mode:
Diffstat (limited to 'board/tqm85xx')
-rw-r--r--board/tqm85xx/tqm85xx.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/board/tqm85xx/tqm85xx.c b/board/tqm85xx/tqm85xx.c
index a87affc5ef..be2dd64208 100644
--- a/board/tqm85xx/tqm85xx.c
+++ b/board/tqm85xx/tqm85xx.c
@@ -27,10 +27,6 @@
* MA 02111-1307 USA
*/
-#ifdef CONFIG_PS2MULT
-void ps2mult_early_init(void);
-#endif
-
#include <common.h>
#include <pci.h>
#include <asm/processor.h>
@@ -46,6 +42,9 @@ extern flash_info_t flash_info[]; /* FLASH chips info */
void local_bus_init (void);
long int fixed_sdram (void);
ulong flash_get_size (ulong base, int banknum);
+#ifdef CONFIG_PS2MULT
+void ps2mult_early_init(void);
+#endif
#ifdef CONFIG_CPM2
/*
OpenPOWER on IntegriCloud