summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2008-05-05 02:12:06 +0200
committerWolfgang Denk <wd@denx.de>2008-05-09 20:55:57 +0200
commit1df368aed3b8bc240fe1595d290b0e91b22961da (patch)
tree2c748b953622917c7f909efcc13181d9c4ac860e /common
parent8fbc985bdad09b23b7eb4df1d2ea589619d8db4c (diff)
downloadblackbird-obmc-uboot-1df368aed3b8bc240fe1595d290b0e91b22961da.tar.gz
blackbird-obmc-uboot-1df368aed3b8bc240fe1595d290b0e91b22961da.zip
ide: Remove spurious second include of io.h
Removed the second include, with all the #ifdef around as suggested by Wolfgang. Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_ide.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/cmd_ide.c b/common/cmd_ide.c
index ead7e10d66..cac99d5fe7 100644
--- a/common/cmd_ide.c
+++ b/common/cmd_ide.c
@@ -52,10 +52,6 @@
# include <status_led.h>
#endif
-#ifndef __PPC__
-#include <asm/io.h>
-#endif
-
#ifdef CONFIG_IDE_8xx_DIRECT
DECLARE_GLOBAL_DATA_PTR;
#endif
OpenPOWER on IntegriCloud