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:
21d2bf4
)
remove unnecessary includes from cmd_ide.c
author
Pavel Herrmann
<morpheus.ibis@gmail.com>
Sun, 7 Oct 2012 05:56:14 +0000
(
05:56
+0000)
committer
Tom Rini
<trini@ti.com>
Wed, 17 Oct 2012 14:59:09 +0000
(07:59 -0700)
mpc8xx and mpc5xxx specific includes in cmd_ide.c are not required, remove them.
Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com>
common/cmd_ide.c
patch
|
blob
|
history
diff --git
a/common/cmd_ide.c
b/common/cmd_ide.c
index 1c6ad32db150488c98776e05df684026f06c5f7e..d508e9f75b40cd6c90b0c267f244324bba7480b8 100644
(file)
--- a/
common/cmd_ide.c
+++ b/
common/cmd_ide.c
@@
-38,14
+38,6
@@
# include <pcmcia.h>
#endif
-#ifdef CONFIG_8xx
-# include <mpc8xx.h>
-#endif
-
-#ifdef CONFIG_MPC5xxx
-#include <mpc5xxx.h>
-#endif
-
#include <ide.h>
#include <ata.h>