From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757163Ab0HIQk2 (ORCPT ); Mon, 9 Aug 2010 12:40:28 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:36401 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756615Ab0HIQkY (ORCPT ); Mon, 9 Aug 2010 12:40:24 -0400 Date: Mon, 9 Aug 2010 09:39:25 -0700 From: Randy Dunlap To: David Woodhouse , Andres Salomon Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML Subject: Re: linux-next: Tree for August 4 (olpc_battery) Message-Id: <20100809093925.1ff3dc11.randy.dunlap@oracle.com> In-Reply-To: <20100804094755.e0377eb0.randy.dunlap@oracle.com> References: <20100804151035.14678528.sfr@canb.auug.org.au> <20100804094755.e0377eb0.randy.dunlap@oracle.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) 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 On Wed, 4 Aug 2010 09:47:55 -0700 Randy Dunlap wrote: > On Wed, 4 Aug 2010 15:10:35 +1000 Stephen Rothwell wrote: > > > Hi all, > > > > As the merge window is open, please do not add 2.6.27 material to your > > linux-next included trees until after 2.6.36-rc1. > > > > Changes since 20100803: > > > drivers/power/olpc_battery.c:387: error: unknown field 'owner' specified in initializer > drivers/power/olpc_battery.c:387: warning: excess elements in struct initializer > drivers/power/olpc_battery.c:387: warning: (near initialization for 'olpc_bat_eeprom.attr') > > > The .owner field has been dropped from the attr struct. Build still fails in linux-next 20100809. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***