From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753171AbdICWeY (ORCPT ); Sun, 3 Sep 2017 18:34:24 -0400 Received: from ozlabs.org ([103.22.144.67]:57533 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753060AbdICWeX (ORCPT ); Sun, 3 Sep 2017 18:34:23 -0400 Date: Mon, 4 Sep 2017 08:34:20 +1000 From: Stephen Rothwell To: Christoph Hellwig Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Marek Szyprowski Subject: linux-next: build warning after merge of the dma-mapping tree Message-ID: <20170904083420.42852c8e@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Christoph, After merging the dma-mapping tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/base/dma-coherent.c: In function '__dma_alloc_from_coherent': drivers/base/dma-coherent.c:160:6: warning: unused variable 'dma_memory_map' [-Wunused-variable] int dma_memory_map; ^ Introduced by commit 2436bdcda53f ("dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flags") -- Cheers, Stephen Rothwell