summaryrefslogtreecommitdiff
path: root/arch/mips/mach-au1x00/au1x00_eth.c
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2015-12-21 15:35:14 (GMT)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-01-16 20:06:46 (GMT)
commit76ada5f8b7bb4b295ced087bd3c34eb8161a1a75 (patch)
treeb39c1ca467b98aaea5bc2e5b7c3bc7c7c8c39114 /arch/mips/mach-au1x00/au1x00_eth.c
parent6479b691d73ca12a925032a056e5825ae9076d14 (diff)
downloadu-boot-76ada5f8b7bb4b295ced087bd3c34eb8161a1a75.tar.xz
MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/mach-au1x00/au1x00_eth.c')
-rw-r--r--arch/mips/mach-au1x00/au1x00_eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mach-au1x00/au1x00_eth.c b/arch/mips/mach-au1x00/au1x00_eth.c
index 3f9f91e..9216860 100644
--- a/arch/mips/mach-au1x00/au1x00_eth.c
+++ b/arch/mips/mach-au1x00/au1x00_eth.c
@@ -43,7 +43,7 @@
#include <net.h>
#include <command.h>
#include <asm/io.h>
-#include <asm/au1x00.h>
+#include <mach/au1x00.h>
#if defined(CONFIG_CMD_MII)
#include <miiphy.h>