diff options
Diffstat (limited to 'common/cmd_ide.c')
| -rw-r--r-- | common/cmd_ide.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/common/cmd_ide.c b/common/cmd_ide.c index d423e53fe..b23db3f13 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -25,6 +25,7 @@  /*   * IDE support   */ +  #include <common.h>  #include <config.h>  #include <watchdog.h> @@ -45,6 +46,10 @@  #include <mpc5xxx.h>  #endif +#ifdef CONFIG_ORION5X +#include <asm/arch/orion5x.h> +#endif +  #include <ide.h>  #include <ata.h> |