From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2 2/7] ARM: mm: Remove unsed dma_to_virt() Date: Fri, 28 Feb 2014 10:31:39 +0100 Message-ID: <11058924.lnYaaxnuom@wuerfel> References: <1393535872-20915-1-git-send-email-santosh.shilimkar@ti.com> <1393535872-20915-3-git-send-email-santosh.shilimkar@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1393535872-20915-3-git-send-email-santosh.shilimkar-l0cyMroinI0@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Santosh Shilimkar Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Grygorii Strashko , Russell King , Olof Johansson , Greg Ungerer , Tony Lindgren List-Id: devicetree@vger.kernel.org On Thursday 27 February 2014 16:17:47 Santosh Shilimkar wrote: > From: Grygorii Strashko > > Remove dma_to_virt() as there are no in-tree users of it. > > Cc: Russell King > Cc: Arnd Bergmann > Cc: Olof Johansson > Cc: Greg Ungerer > Cc: Tony Lindgren > Signed-off-by: Grygorii Strashko > Signed-off-by: Santosh Shilimkar Acked-by: Arnd Bergmann -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 28 Feb 2014 10:31:39 +0100 Subject: [PATCH v2 2/7] ARM: mm: Remove unsed dma_to_virt() In-Reply-To: <1393535872-20915-3-git-send-email-santosh.shilimkar@ti.com> References: <1393535872-20915-1-git-send-email-santosh.shilimkar@ti.com> <1393535872-20915-3-git-send-email-santosh.shilimkar@ti.com> Message-ID: <11058924.lnYaaxnuom@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 27 February 2014 16:17:47 Santosh Shilimkar wrote: > From: Grygorii Strashko > > Remove dma_to_virt() as there are no in-tree users of it. > > Cc: Russell King > Cc: Arnd Bergmann > Cc: Olof Johansson > Cc: Greg Ungerer > Cc: Tony Lindgren > Signed-off-by: Grygorii Strashko > Signed-off-by: Santosh Shilimkar Acked-by: Arnd Bergmann