MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
This commit is contained in:
Daniel Schwierzeck 2015-12-21 16:35:14 +01:00
parent 6479b691d7
commit 76ada5f8b7
8 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -11,7 +11,7 @@
#include <config.h>
#include <common.h>
#include <asm/au1x00.h>
#include <mach/au1x00.h>
#include <serial.h>
#include <linux/compiler.h>

View File

@ -23,7 +23,7 @@
#include <common.h>
#include <malloc.h>
#include <asm/io.h>
#include <asm/au1x00.h>
#include <mach/au1x00.h>
#include <usb.h>
#include "au1x00_usb_ohci.h"

View File

@ -7,7 +7,7 @@
#include <common.h>
#include <command.h>
#include <asm/au1x00.h>
#include <mach/au1x00.h>
#include <asm/mipsregs.h>
#include <asm/io.h>

View File

@ -1,8 +1,8 @@
/* Memory sub-system initialization code */
#include <config.h>
#include <mach/au1x00.h>
#include <asm/regdef.h>
#include <asm/au1x00.h>
#include <asm/mipsregs.h>
#define AU1500_SYS_ADDR 0xB1900000

View File

@ -1,8 +1,8 @@
/* Memory sub-system initialization code */
#include <config.h>
#include <mach/au1x00.h>
#include <asm/regdef.h>
#include <asm/au1x00.h>
#include <asm/mipsregs.h>
#define AU1500_SYS_ADDR 0xB1900000

View File

@ -7,7 +7,7 @@
#include <common.h>
#include <command.h>
#include <asm/au1x00.h>
#include <mach/au1x00.h>
#include <asm/mipsregs.h>
#include <asm/io.h>