diff options
Diffstat (limited to 'common/cmd_ide.c')
| -rw-r--r-- | common/cmd_ide.c | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/common/cmd_ide.c b/common/cmd_ide.c index da5189c37..d909c5499 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -46,12 +46,6 @@  #include <mpc5xxx.h>  #endif -#ifdef CONFIG_ORION5X -#include <asm/arch/orion5x.h> -#elif defined CONFIG_KIRKWOOD -#include <asm/arch/kirkwood.h> -#endif -  #include <ide.h>  #include <ata.h> |