Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752662AbbF3InW (ORCPT ); Tue, 30 Jun 2015 04:43:22 -0400 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:42165 "EHLO e06smtp14.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750992AbbF3InL (ORCPT ); Tue, 30 Jun 2015 04:43:11 -0400 X-Helo: d06dlp02.portsmouth.uk.ibm.com X-MailFrom: ldufour@linux.vnet.ibm.com X-RcptTo: linux-kernel@vger.kernel.org Message-ID: <55925699.5090600@linux.vnet.ibm.com> Date: Tue, 30 Jun 2015 10:43:05 +0200 From: Laurent Dufour User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Vineet Gupta , Geert Uytterhoeven , Andrew Morton CC: linux-arch@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm: cleaning per architecture MM hook header files References: <1435587909-23163-1-git-send-email-ldufour@linux.vnet.ibm.com> <55924508.9080101@synopsys.com> In-Reply-To: <55924508.9080101@synopsys.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15063008-0017-0000-0000-00000491ABFE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1865 Lines: 53 On 30/06/2015 09:28, Vineet Gupta wrote: >> diff --git a/arch/arc/include/asm/Kbuild b/arch/arc/include/asm/Kbuild >> index 769b312c1abb..2febe6ff32ed 100644 >> --- a/arch/arc/include/asm/Kbuild >> +++ b/arch/arc/include/asm/Kbuild >> @@ -49,3 +49,4 @@ generic-y += ucontext.h >> generic-y += user.h >> generic-y += vga.h >> generic-y += xor.h >> +generic-y += mm-arch-hooks.h >> diff --git a/arch/arc/include/asm/mm-arch-hooks.h b/arch/arc/include/asm/mm-arch-hooks.h >> deleted file mode 100644 >> index c37541c5f8ba..000000000000 >> --- a/arch/arc/include/asm/mm-arch-hooks.h >> +++ /dev/null >> @@ -1,15 +0,0 @@ >> -/* >> - * Architecture specific mm hooks >> - * >> - * Copyright (C) 2015, IBM Corporation >> - * Author: Laurent Dufour >> - * >> - * This program is free software; you can redistribute it and/or modify >> - * it under the terms of the GNU General Public License version 2 as >> - * published by the Free Software Foundation. >> - */ >> - >> -#ifndef _ASM_ARC_MM_ARCH_HOOKS_H >> -#define _ASM_ARC_MM_ARCH_HOOKS_H >> - >> -#endif /* _ASM_ARC_MM_ARCH_HOOKS_H */ >> diff --git a/arch/arm/include/asm/Kbuild b/arch/arm/include/asm/Kbuild >> index 83c50193626c..870a2f7cbada 100644 >> --- a/arch/arm/include/asm/Kbuild >> +++ b/arch/arm/include/asm/Kbuild >> @@ -36,3 +36,4 @@ generic-y += termios.h >> generic-y += timex.h >> generic-y += trace_clock.h >> generic-y += unaligned.h >> +generic-y += mm-arch-hooks.h > > We keep this file sorted by headers so please can u respin with right ordering ! Sure, I will send a new version. Thanks for the review, Laurent. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/