diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2019-01-01 19:41:55 -0800 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2019-05-06 17:48:55 -0700 |
commit | 8f8d5745bb520c76b81abef4a2cb3023d0313bfd (patch) | |
tree | cc287760f536fc980b7277e0a3459f9a6c6a94d3 /arch/xtensa/platforms | |
parent | 8e65986dcae8c49501c1920064dc192e704248bb (diff) |
xtensa: replace variant/core.h with asm/core.h
Introduce the header arch/xtensa/include/asm/core.h that provides
definitions for XCHAL macros missing in older xtensa releases. Use this
header instead of variant/core.h
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/platforms')
-rw-r--r-- | arch/xtensa/platforms/xt2000/include/platform/hardware.h | 2 | ||||
-rw-r--r-- | arch/xtensa/platforms/xt2000/include/platform/serial.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/xtensa/platforms/xt2000/include/platform/hardware.h b/arch/xtensa/platforms/xt2000/include/platform/hardware.h index 8e5e0d6a81ec..9f213f573330 100644 --- a/arch/xtensa/platforms/xt2000/include/platform/hardware.h +++ b/arch/xtensa/platforms/xt2000/include/platform/hardware.h @@ -15,7 +15,7 @@ #ifndef _XTENSA_XT2000_HARDWARE_H #define _XTENSA_XT2000_HARDWARE_H -#include <variant/core.h> +#include <asm/core.h> /* * On-board components. diff --git a/arch/xtensa/platforms/xt2000/include/platform/serial.h b/arch/xtensa/platforms/xt2000/include/platform/serial.h index 7226cf732b47..cde804827626 100644 --- a/arch/xtensa/platforms/xt2000/include/platform/serial.h +++ b/arch/xtensa/platforms/xt2000/include/platform/serial.h @@ -11,7 +11,7 @@ #ifndef _XTENSA_XT2000_SERIAL_H #define _XTENSA_XT2000_SERIAL_H -#include <variant/core.h> +#include <asm/core.h> #include <asm/io.h> /* National-Semi PC16552D DUART: */ |