From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750827AbbJUU2T (ORCPT ); Wed, 21 Oct 2015 16:28:19 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:57953 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750767AbbJUU2R (ORCPT ); Wed, 21 Oct 2015 16:28:17 -0400 Subject: Re: linux-next: Tree for Oct 21 (drivers/i2c/busses/i2c-designware-platdrv.c) To: Stephen Rothwell , linux-next@vger.kernel.org References: <20151021171623.2d651735@canb.auug.org.au> Cc: linux-kernel@vger.kernel.org, Baruch Siach , linux-i2c@vger.kernel.org, Andy Shevchenko , Jarkko Nikula , Mika Westerberg From: Randy Dunlap X-Enigmail-Draft-Status: N1110 Message-ID: <5627F55E.1010009@infradead.org> Date: Wed, 21 Oct 2015 13:28:14 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151021171623.2d651735@canb.auug.org.au> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/20/15 23:16, Stephen Rothwell wrote: > Hi all, > > There will be no linux-next releases after tomorrow until Nov 2 (kernel > summit). > > Changes since 20151020: > on i386 or x86_64: when CONFIG_PM_SLEEP is not enabled: ../drivers/i2c/busses/i2c-designware-platdrv.c:340:13: error: 'dw_i2c_plat_prepare' undeclared here (not in a function) .prepare = dw_i2c_plat_prepare, ^ ../drivers/i2c/busses/i2c-designware-platdrv.c:341:14: error: 'dw_i2c_plat_complete' undeclared here (not in a function) .complete = dw_i2c_plat_complete, ^ -- ~Randy