From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Rutland Subject: Re: [PATCHv2 14/14] treewide: Decouple cacheflush.h and set_memory.h Date: Thu, 2 Mar 2017 14:12:52 +0000 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-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1488413706-9739-15-git-send-email-labbott@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Laura Abbott Cc: David Airlie , Catalin Marinas , Heiko Carstens , linux-kernel@vger.kernel.org, Wim Van Sebroeck , "H. Peter Anvin" , linux-watchdog@vger.kernel.org, linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, Jessica Yu , Daniel Borkmann , x86@kernel.org, Russell King , Alexander Shishkin , Ingo Molnar , Guenter Roeck , Kees Cook , Arnd Bergmann , Will Deacon , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Takashi Iwai , Martin Schwidefsky , Andrew Morton , "David S. Miller" List-Id: linux-arch.vger.kernel.org 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. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 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> Sender: linux-arch-owner@vger.kernel.org List-ID: 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 Message-ID: <20170302141252.-kli6hgeXqeIwmWBD1gCB7tdkQ2H9tY7SR_Qz3OZcjk@z> 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.