Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp54175ybl; Tue, 20 Aug 2019 15:30:25 -0700 (PDT) X-Google-Smtp-Source: APXvYqy1oVAd2ZUJg0aBLPQ/YMOpU1S2tzeq6FxtE/eSLIVFlqB5vwjJe2GPBwG2/d8BHT1fMchZ X-Received: by 2002:a17:90a:2047:: with SMTP id n65mr2283583pjc.5.1566340225128; Tue, 20 Aug 2019 15:30:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566340225; cv=none; d=google.com; s=arc-20160816; b=l9Sv4H/RPGogxosWP0pJwC/PfseJ9HJIGi5ZQsbQzvGLrf4WhuI6IctmB8qQae+8MR eUKMR/VPnRFt9f9ZzwSOG82y0oMxKE1TU/qc/rE48dGFVI0+DZ8AETLPMfaAgqNP1tJq e06uzRB+2T2SZODUKA4dpcsOCpwjlOmjkn8Y/JEtGjePyjd0e62U2aspB4MtNrg8HOLV vNyB5nq57k1jUo+kv98r8MxJb/rjhxNo8oF2t2wETNrSgTpTmn7W/eiULMxTp7X5FFkA BOUXWuMLaGiM+ebbxjynMAJIavhAp4QHsQgRVgq13QzMeJJvITiX0ejV6/iA7833VUsT 4ZoA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=TnZ5UzoU+OAa4Do/R9LGsVYv88gclyIeisxo6+mLi/Q=; b=ChzCsfy2/Kj5zkOnMf/d6gItomRrGp7k9yIih8FZfLTxb8EgZhWoTIVy9Pn/m94uAV kU7vX+K+fDBfW12XKfaYY42tcNpE9JP6EfLvUOdV8a7MfeNQ4l/nVUG8MwTqg0a/FJel t5AQ9NisrRc0ejEpIaoYQHPjTzvCcGof3t4KbPplaZE8WUo8zcSITco/3JbVLj22h7Cp EJxh0pte1A2y8CeJWonumxJnFL4Dreqo87dRYbNG6Ymk9BHmq6Pb70dYR51z/TJNXfQs 26ENd835XGNEJQ2RfZMeBX0b4QOSTZMNiaMiU9YZ3NPKiPZoqlNZuuNALMPraFdI9oos 26Nw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 67si13648885pfb.242.2019.08.20.15.30.09; Tue, 20 Aug 2019 15:30:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730975AbfHTW3A (ORCPT + 99 others); Tue, 20 Aug 2019 18:29:00 -0400 Received: from verein.lst.de ([213.95.11.211]:60464 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730680AbfHTW27 (ORCPT ); Tue, 20 Aug 2019 18:28:59 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id DDC1B68BFE; Wed, 21 Aug 2019 00:28:56 +0200 (CEST) Date: Wed, 21 Aug 2019 00:28:56 +0200 From: Christoph Hellwig To: Christophe Leroy Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , npiggin@gmail.com, hch@lst.de, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH v2 07/12] powerpc/mm: move ioremap_prot() into ioremap.c Message-ID: <20190820222856.GD18433@lst.de> References: <0b3eb0e0f1490a99fd6c983e166fb8946233f151.1566309262.git.christophe.leroy@c-s.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0b3eb0e0f1490a99fd6c983e166fb8946233f151.1566309262.git.christophe.leroy@c-s.fr> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 20, 2019 at 02:07:15PM +0000, Christophe Leroy wrote: > Both ioremap_prot() are idenfical, move them into ioremap.c s/idenfical/identical/