| Submitter | Pavel Herrmann |
|---|---|
| Date | Oct. 7, 2012, 3:56 p.m. |
| Message ID | <1349625374-12391-11-git-send-email-morpheus.ibis@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/189854/ |
| State | Accepted |
| Delegated to: | Tom Rini |
| Headers | show |
Comments
Patch
diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 4f3ff54..891ce21 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>
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 | 8 -------- 1 file changed, 8 deletions(-)