summaryrefslogtreecommitdiff
path: root/drivers/tigon3.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-02-28 00:49:47 +0000
committerwdenk <wdenk>2003-02-28 00:49:47 +0000
commit6069ff265362ef6239749b5f598b137f407b821e (patch)
tree991432052f2aa7da45d8c1d51db9f80478d7e75d /drivers/tigon3.c
parent2a9e02ead3024f33658f1f4110834d0601dd6b2f (diff)
* Add support for 16 MB flash configuration of TRAB boardLABEL_2003_02_28_0150
* 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
Diffstat (limited to 'drivers/tigon3.c')
-rw-r--r--drivers/tigon3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tigon3.c b/drivers/tigon3.c
index 5883744dbd..c20dbe5cd1 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
/******************************************************************************/