From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: linux-next: Tree for Aug 6 (sun6i-dma.c) Date: Wed, 06 Aug 2014 10:15:43 -0700 Message-ID: <53E262BF.7040509@infradead.org> References: <20140806172857.44a2a900@canb.auug.org.au> <53E25AFF.6030409@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53E25AFF.6030409@infradead.org> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell , linux-next@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Philipp Zabel , "dmaengine@vger.kernel.org" , Sugar , Maxime Ripard List-Id: linux-next.vger.kernel.org On 08/06/14 09:42, Randy Dunlap wrote: > On 08/06/14 00:28, Stephen Rothwell wrote: >> Hi all, >> >> Please do not add code intended for v3.18 until after v3.17-rc1 is >> released. >> >> Changes since 20140805: >> > > on x86_64: > when CONFIG_RESET_CONTROLLER is not enabled: > > ../drivers/dma/sun6i-dma.c: In function 'sun6i_dma_probe': > ../drivers/dma/sun6i-dma.c:911:2: error: implicit declaration of function 'devm_reset_control_get' [-Werror=implicit-function-declaration] > > > Add a stub for that function? > or that driver's Kconfig entry could select RESET_CONTROLLER. -- ~Randy