[U-Boot] [PATCH 14/29] common/cmd_ide.c: prepare removal of include/mpc512x.h

Wolfgang Denk wd at denx.de
Sat May 9 21:50:53 CEST 2009


remove include - it's not needed any more.

Signed-off-by: Wolfgang Denk <wd at denx.de>
Cc: John Rigby <jcrigby at gmail.com>
---
 common/cmd_ide.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/common/cmd_ide.c b/common/cmd_ide.c
index 782ad1c..04f1cf4 100644
--- a/common/cmd_ide.c
+++ b/common/cmd_ide.c
@@ -45,10 +45,6 @@
 #include <mpc5xxx.h>
 #endif
 
-#ifdef CONFIG_MPC512X
-#include <mpc512x.h>
-#endif
-
 #include <ide.h>
 #include <ata.h>
 
-- 
1.6.0.6



More information about the U-Boot mailing list