From 6069ff265362ef6239749b5f598b137f407b821e Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 28 Feb 2003 00:49:47 +0000 Subject: * 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 --- drivers/tigon3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/tigon3.c') 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 -#include "bcm570x_mm.h" #include #if (CONFIG_COMMANDS & CFG_CMD_NET) && !defined(CONFIG_NET_MULTI) && \ defined(CONFIG_TIGON3) @@ -20,6 +19,7 @@ #endif #include #include +#include "bcm570x_mm.h" #define EMBEDDED 1 /******************************************************************************/ -- cgit v1.2.3