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

2008-05-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Removed the second include, with all the #ifdef around as suggested by > Wolfgang. > > Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> > --- > common/cmd_ide.c |4 > 1 files changed, 0 insertions(+), 4 deletions(-) Applied, thanks. Best r

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

2008-05-04 Thread Marcel Ziswiler
Removed the second include, with all the #ifdef around as suggested by Wolfgang. Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> --- common/cmd_ide.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/common/cmd_ide.c b/common/cmd_ide.c index ead7e10..cac99d5 100644 --

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

2008-05-03 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> > --- > 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 > +++

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

2008-05-01 Thread Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> --- 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 #include