diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-09-27 15:07:37 +0200 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2018-10-01 12:57:04 +0200 |
commit | 9376b1e7b62523c84fde34908af01a85b8d0468a (patch) | |
tree | d59a93dd5d92d6498bf87e78d4c73fc47be470c8 /arch/arm64/kernel/psci.c | |
parent | arm64: compat: Provide definition for COMPAT_SIGMINSTKSZ (diff) | |
download | linux-9376b1e7b62523c84fde34908af01a85b8d0468a.tar.xz linux-9376b1e7b62523c84fde34908af01a85b8d0468a.zip |
arm64: remove unused asm/compiler.h header file
arm64 does not define CONFIG_HAVE_ARCH_COMPILER_H, nor does it keep
anything useful in its copy of asm/compiler.h, so let's remove it
before anybody starts using it.
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/kernel/psci.c')
-rw-r--r-- | arch/arm64/kernel/psci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kernel/psci.c b/arch/arm64/kernel/psci.c index e8edbf13302a..8cdaf25e99cd 100644 --- a/arch/arm64/kernel/psci.c +++ b/arch/arm64/kernel/psci.c @@ -24,7 +24,6 @@ #include <uapi/linux/psci.h> -#include <asm/compiler.h> #include <asm/cpu_ops.h> #include <asm/errno.h> #include <asm/smp_plat.h> |