瀏覽代碼

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>
Pavel Herrmann 12 年之前
父節點
當前提交
8af4472a77
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      common/cmd_ide.c

+ 0 - 8
common/cmd_ide.c

@@ -38,14 +38,6 @@
 # include <pcmcia.h>
 # include <pcmcia.h>
 #endif
 #endif
 
 
-#ifdef CONFIG_8xx
-# include <mpc8xx.h>
-#endif
-
-#ifdef CONFIG_MPC5xxx
-#include <mpc5xxx.h>
-#endif
-
 #include <ide.h>
 #include <ide.h>
 #include <ata.h>
 #include <ata.h>