diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2015-12-21 16:35:14 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2016-01-16 21:06:46 +0100 |
commit | 76ada5f8b7bb4b295ced087bd3c34eb8161a1a75 (patch) | |
tree | b39c1ca467b98aaea5bc2e5b7c3bc7c7c8c39114 /arch/mips/mach-au1x00/au1x00_serial.c | |
parent | 6479b691d73ca12a925032a056e5825ae9076d14 (diff) |
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_serial.c')
-rw-r--r-- | arch/mips/mach-au1x00/au1x00_serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mach-au1x00/au1x00_serial.c b/arch/mips/mach-au1x00/au1x00_serial.c index 046350826a..47845049bb 100644 --- a/arch/mips/mach-au1x00/au1x00_serial.c +++ b/arch/mips/mach-au1x00/au1x00_serial.c @@ -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> |