Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757157Ab0BKWV3 (ORCPT ); Thu, 11 Feb 2010 17:21:29 -0500 Received: from rcsinet11.oracle.com ([148.87.113.123]:45279 "EHLO rcsinet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756944Ab0BKWV2 (ORCPT ); Thu, 11 Feb 2010 17:21:28 -0500 Message-ID: <4B74824C.7050700@oracle.com> Date: Thu, 11 Feb 2010 14:18:52 -0800 From: Randy Dunlap Organization: Oracle Linux Engineering User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-3.fc11 Thunderbird/3.0 MIME-Version: 1.0 To: Andrew Morton CC: linux-kernel@vger.kernel.org, Mocean Laboratories , Juergen Beisert , Guennadi Liakhovetski , Samuel Ortiz Subject: Re: mmotm 2010-02-10-16-17 uploaded (timberdale) References: <201002110043.o1B0hKxW008835@imap1.linux-foundation.org> <4B736ED5.5060205@oracle.com> <20100211140117.455dbbff.akpm@linux-foundation.org> In-Reply-To: <20100211140117.455dbbff.akpm@linux-foundation.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: acsmt355.oracle.com [141.146.40.155] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090208.4B7482B6.008C:SCFMA4539814,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1646 Lines: 57 On 02/11/10 14:01, Andrew Morton wrote: > On Wed, 10 Feb 2010 18:43:33 -0800 > Randy Dunlap wrote: > >> On 02/10/10 16:17, akpm@linux-foundation.org wrote: >>> The mm-of-the-moment snapshot 2010-02-10-16-17 has been uploaded to >>> >>> http://userweb.kernel.org/~akpm/mmotm/ >>> >>> and will soon be available at >>> >>> git://zen-kernel.org/kernel/mmotm.git >>> >>> It contains the following patches against 2.6.33-rc7: >> >> >> When CONFIG_GPIOLIB is not enabled: >> >> CC drivers/mfd/timberdale.o >> In file included from mmotm-2010-0210-1617/drivers/mfd/timberdale.c:37: >> mmotm-2010-0210-1617/include/linux/spi/max7301.h:14: error: field 'chip' has incomplete type >> make[3]: *** [drivers/mfd/timberdale.o] Error 1 >> >> >> Build error observed on i386 and on x86_64. >> > > Bug is in mainline too, I think. > > Something like this? Nope, that does not affect the building of the timberdale (see $subject) driver. It still has the same error with this patch applied. > --- a/drivers/gpio/Kconfig~drivers-gpio-max7301c-depends-on-gpiolib > +++ a/drivers/gpio/Kconfig > @@ -92,7 +92,7 @@ comment "I2C GPIO expanders:" > > config GPIO_MAX7300 > tristate "Maxim MAX7300 GPIO expander" > - depends on I2C > + depends on I2C && GPIOLIB > select GPIO_MAX730X > help > GPIO driver for Maxim MAX7301 I2C-based GPIO expander. > _ > -- ~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/