Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp50987ybl; Tue, 20 Aug 2019 15:26:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqwsuFl4jGEyOtyUnpajvAp3ollLzdI1Rr9/Udb7f5qVyNqC3felryAy9MLWMG8qbJOQ7YQY X-Received: by 2002:a17:90a:d792:: with SMTP id z18mr2235899pju.36.1566339992532; Tue, 20 Aug 2019 15:26:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566339992; cv=none; d=google.com; s=arc-20160816; b=gXixIPJYixcGJZ7IQjiqIRN4e0kzSpt/3jJi+a31MkmDODp48sYfR987nkR1c/dI1z DKuTBcsIz24s7Db4b51FywU13M8dISkhMx5UjZNP5IP/Lq0kIViLtcWhLS61fSVYb1mP NDvfBRXBeHF+H7ZHcxjFPd0kIBuH+sYBqP+aLwA1gzfRexTuKSjD7LFDyGKjRqVNtwcc GH0HYang4w2ossgJY+7s5+tulAd8r7lb+oazVQAW4jEUKjVd5BtZrM9ZSDqidsbqTLzX yXtBrSPczWOO/uKf0nARa52kE1wVlYT8wwy4NaLoKeeXBu5Q7gCBaz7X/ZY2yvafDVuo wB4w== 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=zYHTV0CgeOzRDyL4ATsW0JSZBudDY7otXOwPKuRbUDY=; b=qtrQq9TL0lBSxwvuUl6LLSc076G+Qo6iQIIgejCpu+nXyF2Pl2K5PhK+xZgiOJs5YI ASbLa8oPugDkJqf1a86QaoA9kKWY/PyjDwF1gzlT/cZHS1GrF9lboME1cCfpvVST+zWo 2agxgcDY3ShXPc7oNxHqtyEEmxUEciUDfXOC/MzGwNO+nOS9F7BOWa13oej/aTJ5swcn cHTC+b39tPU32RB2dOWc1I4VCcTRugc8JBMb9cmpYEIjOuC79xCZSzjYwp7qrqvQ1kKk B5Wc0X1Mnj1cZ8rroL/iCFQQQrtFTLWi+OJ63pKYg3L54QyV4cw70yGM8PXDmA5D9CM3 CvkA== 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 cm7si861973pjb.15.2019.08.20.15.26.17; Tue, 20 Aug 2019 15:26:32 -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 S1731006AbfHTWY5 (ORCPT + 99 others); Tue, 20 Aug 2019 18:24:57 -0400 Received: from verein.lst.de ([213.95.11.211]:60424 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730330AbfHTWY5 (ORCPT ); Tue, 20 Aug 2019 18:24:57 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 812CD68B20; Wed, 21 Aug 2019 00:24:54 +0200 (CEST) Date: Wed, 21 Aug 2019 00:24:54 +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 04/12] powerpc/mm: drop function __ioremap() Message-ID: <20190820222454.GB18433@lst.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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:12PM +0000, Christophe Leroy wrote: > __ioremap() is not used anymore, drop it. > > Suggested-by: Christoph Hellwig > Signed-off-by: Christophe Leroy Looks good, I've already dropped my version of this from the generic ioremap series: Reviewed-by: Christoph Hellwig