ide: Remove spurious second include of io.h
authorMarcel Ziswiler <marcel@ziswiler.com>
Mon, 5 May 2008 00:12:06 +0000 (02:12 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 9 May 2008 18:55:57 +0000 (20:55 +0200)
Removed the second include, with all the #ifdef around as suggested by Wolfgang.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
common/cmd_ide.c

index ead7e10..cac99d5 100644 (file)
 # include <status_led.h>
 #endif
 
-#ifndef __PPC__
-#include <asm/io.h>
-#endif
-
 #ifdef CONFIG_IDE_8xx_DIRECT
 DECLARE_GLOBAL_DATA_PTR;
 #endif