summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--board/sc520_cdp/sc520_cdp.c2
-rw-r--r--drivers/misc/ali512x.c2
-rw-r--r--include/ali512x.h (renamed from include/asm-i386/ic/ali512x.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/board/sc520_cdp/sc520_cdp.c b/board/sc520_cdp/sc520_cdp.c
index 1ddce7ea99..830ec37dd7 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 d6a2c1f577..cda3b0d8b3 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
index 5bc1bd7907..5bc1bd7907 100644
--- a/include/asm-i386/ic/ali512x.h
+++ b/include/ali512x.h
OpenPOWER on IntegriCloud