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>
This commit is contained in:
Marcel Ziswiler 2008-05-05 02:12:06 +02:00 committed by Wolfgang Denk
parent 8fbc985bda
commit 1df368aed3
1 changed files with 0 additions and 4 deletions

View File

@ -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