Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755152AbbBQS2T (ORCPT ); Tue, 17 Feb 2015 13:28:19 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:59163 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755030AbbBQS2S (ORCPT ); Tue, 17 Feb 2015 13:28:18 -0500 Message-ID: <54E38840.5060306@infradead.org> Date: Tue, 17 Feb 2015 10:28:16 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Stephen Rothwell , linux-next@vger.kernel.org CC: linux-kernel@vger.kernel.org, "David E. Box" , linux-i2c@vger.kernel.org Subject: Re: linux-next: Tree for Feb 17 (i2c-designware-baytrail.c) References: <20150217160221.1a15340e@canb.auug.org.au> In-Reply-To: <20150217160221.1a15340e@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 Content-Length: 1591 Lines: 46 On 02/16/15 21:02, Stephen Rothwell wrote: > Hi all, > > Please do not add any material destined for v3.21 to your linux-next > included trees until after v3.20-rc1 has been released. > > Changes since 20150216: > on i386, when CONFIG_IOSF_MBI=m and CONFIG_I2C_DESIGNWARE_BAYTRAIL=y: drivers/built-in.o: In function `i2c_dw_eval_lock_support': (.text+0x37dd74): undefined reference to `iosf_mbi_available' drivers/built-in.o: In function `reset_semaphore.isra.1': i2c-designware-baytrail.c:(.text+0x37ddd1): undefined reference to `iosf_mbi_read' i2c-designware-baytrail.c:(.text+0x37de13): undefined reference to `iosf_mbi_write' drivers/built-in.o: In function `baytrail_i2c_acquire': (.text+0x37df26): undefined reference to `iosf_mbi_write' drivers/built-in.o: In function `baytrail_i2c_acquire': (.text+0x37dfab): undefined reference to `iosf_mbi_read' drivers/built-in.o: In function `baytrail_i2c_acquire': (.text+0x37e080): undefined reference to `iosf_mbi_read' because IOSF_MBI is tristate and I2C_DESIGNWARE_BAYTRAIL is bool: config I2C_DESIGNWARE_BAYTRAIL bool "Intel Baytrail I2C semaphore support" depends on I2C_DESIGNWARE_PLATFORM && IOSF_MBI && ACPI I suppose someone could make that: depends on I2C_DESIGNWARE_PLATFORM && IOSF_MBI=y && ACPI or even make I2C_DESIGNWARE_BAYTRAIL be a tristate symbol. -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/