projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fbc985
)
ide: Remove spurious second include of io.h
author
Marcel Ziswiler
<marcel@ziswiler.com>
Mon, 5 May 2008 00:12:06 +0000
(
02:12
+0200)
committer
Wolfgang Denk
<wd@denx.de>
Fri, 9 May 2008 18:55:57 +0000
(20:55 +0200)
Removed the second include, with all the #ifdef around as suggested by Wolfgang.
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
common/cmd_ide.c
patch
|
blob
|
history
diff --git
a/common/cmd_ide.c
b/common/cmd_ide.c
index ead7e10d66b5554eb9338136778bb81523bd00f8..cac99d5fe765e866c4df2af085b21a4db6977530 100644
(file)
--- 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