From: Jan Luebbe Date: Tue, 27 Aug 2019 20:49:22 +0000 (+0100) Subject: ARM: 8902/1: l2c: move cache-aurora-l2.h to asm/hardware X-Git-Tag: v5.4-rc1~79^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=921a3fe5be2dd0aac70405faf32a970716f55e03;p=thirdparty%2Flinux.git ARM: 8902/1: l2c: move cache-aurora-l2.h to asm/hardware This include file will be used by the AURORA EDAC code. Signed-off-by: Jan Luebbe Reviewed-by: Gregory CLEMENT Signed-off-by: Chris Packham Signed-off-by: Russell King --- diff --git a/arch/arm/mm/cache-aurora-l2.h b/arch/arm/include/asm/hardware/cache-aurora-l2.h similarity index 100% rename from arch/arm/mm/cache-aurora-l2.h rename to arch/arm/include/asm/hardware/cache-aurora-l2.h diff --git a/arch/arm/mm/cache-l2x0.c b/arch/arm/mm/cache-l2x0.c index 5b251c8ecd454..428d087181074 100644 --- a/arch/arm/mm/cache-l2x0.c +++ b/arch/arm/mm/cache-l2x0.c @@ -18,8 +18,8 @@ #include #include #include +#include #include "cache-tauros3.h" -#include "cache-aurora-l2.h" struct l2c_init_data { const char *type;