[U-Boot-Users] [PATCH] ide: Remove spurious second include of io.h

Wolfgang Denk wd at denx.de
Sun May 4 00:00:46 CEST 2008


In message <1209688453-30518-1-git-send-email-marcel at ziswiler.com> you wrote:
> Signed-off-by: Marcel Ziswiler <marcel at ziswiler.com>
> ---
>  common/cmd_ide.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/common/cmd_ide.c b/common/cmd_ide.c
> index ead7e10..8280906 100644
> --- a/common/cmd_ide.c
> +++ b/common/cmd_ide.c
> @@ -31,7 +31,6 @@
>  #include <command.h>
>  #include <image.h>
>  #include <asm/byteorder.h>
> -#include <asm/io.h>
>  

Ummm... should we not rather remove the second include, with all the
#ifdef around?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
There's a way out of any cage.
	-- Captain Christopher Pike, "The Menagerie" ("The Cage"),
	   stardate unknown.




More information about the U-Boot mailing list