From: Pavel Herrmann Date: Sun, 7 Oct 2012 05:56:14 +0000 (+0000) Subject: remove unnecessary includes from cmd_ide.c X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=8af4472a775e5719127cd109cd5e7f2bde470131;p=u-boot.git remove unnecessary includes from cmd_ide.c mpc8xx and mpc5xxx specific includes in cmd_ide.c are not required, remove them. Signed-off-by: Pavel Herrmann --- diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 1c6ad32db1..d508e9f75b 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -38,14 +38,6 @@ # include #endif -#ifdef CONFIG_8xx -# include -#endif - -#ifdef CONFIG_MPC5xxx -#include -#endif - #include #include