From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752391AbcDRMgs (ORCPT ); Mon, 18 Apr 2016 08:36:48 -0400 Received: from mail-lf0-f48.google.com ([209.85.215.48]:33713 "EHLO mail-lf0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751806AbcDRMgq (ORCPT ); Mon, 18 Apr 2016 08:36:46 -0400 Subject: Re: [PATCH v2 03/13] MIPS: Remove redundant asm/pgtable-bits.h inclusions To: Paul Burton , linux-mips@linux-mips.org, Ralf Baechle References: <1460972133-16973-1-git-send-email-paul.burton@imgtec.com> <1460972133-16973-4-git-send-email-paul.burton@imgtec.com> Cc: James Hogan , "Maciej W. Rozycki" , linux-kernel@vger.kernel.org, Jonas Gorski , Markos Chandras , Alex Smith , "Kirill A. Shutemov" From: Sergei Shtylyov Message-ID: <5714D4DB.8050606@cogentembedded.com> Date: Mon, 18 Apr 2016 15:36:43 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1460972133-16973-4-git-send-email-paul.burton@imgtec.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 4/18/2016 12:35 PM, Paul Burton wrote: > asm/pgtable-bits.h is included in 2 assembly files and thus has to > in either of the assembly files that include it. > Missed a line again? :-) > Remove the redundant inclusions such that asm/pgtable-bits.h doesn't > need to #ifdef around C code, for cleanliness & and in preparation for "& and"? > later patches which will add more C. > > Signed-off-by: Paul Burton > Reviewed-by: James Hogan [...] MBR, Sergei