From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1on0139.outbound.protection.outlook.com [157.56.110.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 073B71A05C9 for ; Tue, 29 Sep 2015 10:38:28 +1000 (AEST) Date: Mon, 28 Sep 2015 19:38:14 -0500 From: Scott Wood To: Christophe Leroy CC: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , , Subject: Re: [PATCH v2 14/25] powerpc32: remove ioremap_base Message-ID: <20150929003814.GL6161@home.buserror.net> References: <82d78f31950ef7985d8f2bb57c88bb53f88b9e3c.1442939410.git.christophe.leroy@c-s.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: <82d78f31950ef7985d8f2bb57c88bb53f88b9e3c.1442939410.git.christophe.leroy@c-s.fr> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Sep 22, 2015 at 06:50:56PM +0200, Christophe Leroy wrote: > ioremap_base is not initialised and is nowhere used so remove it > > Signed-off-by: Christophe Leroy > --- > No change in v2 Could you also clean up the references to ioremap_base in the comments? -Scott