Re: [PATCHv2 14/14] treewide: Decouple cacheflush.h and set_memory.h

From: Mark Rutland
Date: Thu Mar 02 2017 - 10:25:57 EST


On Wed, Mar 01, 2017 at 04:15:06PM -0800, Laura Abbott wrote:
>
> Now that all call sites, completely decouple cacheflush.h and
> set_memory.h
>
> Signed-off-by: Laura Abbott <labbott@xxxxxxxxxx>
> ---
> arch/arm/include/asm/cacheflush.h | 1 -
> arch/arm64/include/asm/cacheflush.h | 1 -
> arch/s390/include/asm/Kbuild | 1 +
> arch/s390/include/asm/cacheflush.h | 8 --------
> arch/x86/include/asm/cacheflush.h | 1 -
> 5 files changed, 1 insertion(+), 11 deletions(-)
> delete mode 100644 arch/s390/include/asm/cacheflush.h
>
> diff --git a/arch/arm/include/asm/cacheflush.h b/arch/arm/include/asm/cacheflush.h
> index 1cb9d11..d69bebf 100644
> --- a/arch/arm/include/asm/cacheflush.h
> +++ b/arch/arm/include/asm/cacheflush.h
> @@ -16,7 +16,6 @@
> #include <asm/shmparam.h>
> #include <asm/cachetype.h>
> #include <asm/outercache.h>
> -#include <asm/set_memory.h>

Acked-by: Mark Rutland <mark.rutland@xxxxxxx>

Thanks,
Mark.