Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753438AbdCBOTl (ORCPT ); Thu, 2 Mar 2017 09:19:41 -0500 Received: from foss.arm.com ([217.140.101.70]:59884 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752938AbdCBOTT (ORCPT ); Thu, 2 Mar 2017 09:19:19 -0500 Date: Thu, 2 Mar 2017 14:12:52 +0000 From: Mark Rutland To: Laura Abbott Cc: Russell King , Catalin Marinas , Will Deacon , Martin Schwidefsky , Heiko Carstens , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Kees Cook , Arnd Bergmann , David Airlie , Alexander Shishkin , Wim Van Sebroeck , Guenter Roeck , linux-watchdog@vger.kernel.org, "David S. Miller" , Daniel Borkmann , Jessica Yu , Takashi Iwai , Andrew Morton , x86@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCHv2 14/14] treewide: Decouple cacheflush.h and set_memory.h Message-ID: <20170302141251.GM19632@leverpostej> References: <1488413706-9739-1-git-send-email-labbott@redhat.com> <1488413706-9739-15-git-send-email-labbott@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1488413706-9739-15-git-send-email-labbott@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 952 Lines: 29 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 > --- > 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 > #include > #include > -#include Acked-by: Mark Rutland Thanks, Mark.