Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752792AbYLRRSS (ORCPT ); Thu, 18 Dec 2008 12:18:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751814AbYLRRR6 (ORCPT ); Thu, 18 Dec 2008 12:17:58 -0500 Received: from E23SMTP06.au.ibm.com ([202.81.18.175]:54154 "EHLO e23smtp06.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750915AbYLRRR5 (ORCPT ); Thu, 18 Dec 2008 12:17:57 -0500 Date: Thu, 18 Dec 2008 22:47:08 +0530 From: Kamalesh Babulal To: Martin Schwidefsky Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , linux-s390@vger.kernel.org, heiko.carstens@de.ibm.com Subject: Re: [BUILD-FAILURE] next-20081217-s390x-'struct device' has no member named 'knode_parent' Message-ID: <20081218171708.GA28135@linux.vnet.ibm.com> Reply-To: Kamalesh Babulal References: <20081217232536.0b18f4a7.sfr@canb.auug.org.au> <20081217181745.GA18420@linux.vnet.ibm.com> <1229593665.7086.1.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1229593665.7086.1.camel@localhost> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Martin Schwidefsky [2008-12-18 10:47:45]: > On Wed, 2008-12-17 at 23:47 +0530, Kamalesh Babulal wrote: > > drivers/s390/cio/device.c: In function 'io_subchannel_register': > > drivers/s390/cio/device.c:913: error: 'struct device' has no member > > named 'knode_parent' > > make[2]: *** [drivers/s390/cio/device.o] Error 1 > > make[1]: *** [drivers/s390/cio] Error 2 > > make: *** [drivers/s390] Error 2 > > Should be fixed now by the following patch from Cornelia: > > commit efe46b59567ae999ff7d344170d21f093159ad80 > Author: Cornelia Huck > Date: Thu Dec 18 10:26:55 2008 +0100 > > [S390] cio: Use device_is_registered(). > > Check if a ccw device is registered via device_is_registered() > and not via the old kludge of checking the membership in driver > core internal klists. > > Signed-off-by: Cornelia Huck > Signed-off-by: Martin Schwidefsky > > You'll find the fix in the features branch of git390 which will be > included in the next linux-next kernel. Hi Martin, Thanks, the patch fixes the build failure.I tested the patch with today's next (20081218), which also has the same build failure. > > -- > blue skies, > Martin. > > "Reality continues to ruin my life." - Calvin. > > -- Thanks & Regards, Kamalesh Babulal, Linux Technology Center, IBM, ISTL. -- 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/