]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 ead7e10d66b5554eb9338136778bb81523bd00f8..cac99d5fe765e866c4df2af085b21a4db6977530 100644 (file)
 # include <status_led.h>
 #endif
 
-#ifndef __PPC__
-#include <asm/io.h>
-#endif
-
 #ifdef CONFIG_IDE_8xx_DIRECT
 DECLARE_GLOBAL_DATA_PTR;
 #endif