diff options
author | Pavel Herrmann <morpheus.ibis@gmail.com> | 2012-10-07 05:56:14 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-17 07:59:09 -0700 |
commit | 8af4472a775e5719127cd109cd5e7f2bde470131 (patch) | |
tree | bb271d0d773f85c2b3fdca7bf392a7fee7e4633f /common/cmd_ide.c | |
parent | 21d2bf426f15f4f2f184e9f4afcc279feeeba854 (diff) | |
download | u-boot-imx-8af4472a775e5719127cd109cd5e7f2bde470131.zip u-boot-imx-8af4472a775e5719127cd109cd5e7f2bde470131.tar.gz u-boot-imx-8af4472a775e5719127cd109cd5e7f2bde470131.tar.bz2 |
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 <morpheus.ibis@gmail.com>
Diffstat (limited to 'common/cmd_ide.c')
-rw-r--r-- | common/cmd_ide.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 1c6ad32..d508e9f 100644 --- 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> |