* Add support for 16 MB flash configuration of TRAB board
* Patch by Erwin Rol, 27 Feb 2003:
Add support for RTEMS
* Add image information to README
* Fix dual PCMCIA slot support (when running with just one
slot populated)
* Add VFD type detection to trab board
* extend drivers/cs8900.c driver to synchronize ethaddr environment
variable with value in the EEPROM
* Start adding MIPS support files
diff --git a/drivers/tigon3.c b/drivers/tigon3.c
index 5883744..c20dbe5 100644
--- a/drivers/tigon3.c
+++ b/drivers/tigon3.c
@@ -11,7 +11,6 @@
/* History: */
/******************************************************************************/
#include <common.h>
-#include "bcm570x_mm.h"
#include <asm/types.h>
#if (CONFIG_COMMANDS & CFG_CMD_NET) && !defined(CONFIG_NET_MULTI) && \
defined(CONFIG_TIGON3)
@@ -20,6 +19,7 @@
#endif
#include <malloc.h>
#include <linux/byteorder/big_endian.h>
+#include "bcm570x_mm.h"
#define EMBEDDED 1
/******************************************************************************/