Explorar o código

ide: Remove spurious second include of io.h

Removed the second include, with all the #ifdef around as suggested by Wolfgang.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Marcel Ziswiler %!s(int64=17) %!d(string=hai) anos
pai
achega
1df368aed3
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      common/cmd_ide.c

+ 0 - 4
common/cmd_ide.c

@@ -52,10 +52,6 @@
 # include <status_led.h>
 #endif
 
-#ifndef __PPC__
-#include <asm/io.h>
-#endif
-
 #ifdef CONFIG_IDE_8xx_DIRECT
 DECLARE_GLOBAL_DATA_PTR;
 #endif