public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [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

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