* [U-Boot] [PATCH 3/7] Move ali512x.h
@ 2009-02-24 10:12 Graeme Russ
2009-02-24 22:29 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Graeme Russ @ 2009-02-24 10:12 UTC (permalink / raw)
To: u-boot
Moved ali512x.h from include/asm-i386/ic/ to /include
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
---
board/sc520_cdp/sc520_cdp.c | 2 +-
drivers/misc/ali512x.c | 2 +-
include/ali512x.h | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename include/{asm-i386/ic/ali512x.h => ali512x.h} (100%)
diff --git a/board/sc520_cdp/sc520_cdp.c b/board/sc520_cdp/sc520_cdp.c
index 1ddce7e..830ec37 100644
--- a/board/sc520_cdp/sc520_cdp.c
+++ b/board/sc520_cdp/sc520_cdp.c
@@ -27,7 +27,7 @@
#include <asm/io.h>
#include <asm/pci.h>
#include <asm/ic/sc520.h>
-#include <asm/ic/ali512x.h>
+#include <ali512x.h>
#include <spi.h>
#include <netdev.h>
diff --git a/drivers/misc/ali512x.c b/drivers/misc/ali512x.c
index d6a2c1f..cda3b0d 100644
--- a/drivers/misc/ali512x.c
+++ b/drivers/misc/ali512x.c
@@ -34,7 +34,7 @@
#include <common.h>
#include <asm/io.h>
-#include <asm/ic/ali512x.h>
+#include <ali512x.h>
/* ALI M5123 Logical device numbers:
diff --git a/include/asm-i386/ic/ali512x.h b/include/ali512x.h
similarity index 100%
rename from include/asm-i386/ic/ali512x.h
rename to include/ali512x.h
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH 3/7] Move ali512x.h
2009-02-24 10:12 [U-Boot] [PATCH 3/7] Move ali512x.h Graeme Russ
@ 2009-02-24 22:29 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2009-02-24 22:29 UTC (permalink / raw)
To: u-boot
Dear Graeme Russ,
In message <49A3C813.90709@gmail.com> you wrote:
> Moved ali512x.h from include/asm-i386/ic/ to /include
>
> Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
> ---
> board/sc520_cdp/sc520_cdp.c | 2 +-
> drivers/misc/ali512x.c | 2 +-
> include/ali512x.h | 0
> 3 files changed, 2 insertions(+), 2 deletions(-)
> rename include/{asm-i386/ic/ali512x.h => ali512x.h} (100%)
Applied to "next" branch. Thanks.
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
If you want strict real-time behavior, run in the real time schedu-
ling class. But there are no seatbelts or airbags; main(){for(;;);}
can hard hang your system. -- Bart Smaalders
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-24 22:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-24 10:12 [U-Boot] [PATCH 3/7] Move ali512x.h Graeme Russ
2009-02-24 22:29 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox