From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hellhawk.shadowen.org (hellhawk.shadowen.org [80.68.90.175]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 6B750DDED9 for ; Thu, 10 May 2007 23:49:35 +1000 (EST) Message-ID: <464322F3.3010808@shadowen.org> Date: Thu, 10 May 2007 14:49:39 +0100 From: Andy Whitcroft MIME-Version: 1.0 To: Greg Kroah-Hartman Subject: 2.6.21-git5 -- powerpc link failure Content-Type: text/plain; charset=windows-1252 Cc: linuxppc-dev@ozlabs.org, Andrew Morton , Linus Torvalds , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Since 2.6.21-git5 we've been getting the following link failure on powerpc: CC drivers/pci/hotplug/rpadlpar_core.o CC drivers/pci/hotplug/rpadlpar_sysfs.o drivers/pci/hotplug/rpadlpar_sysfs.c:132: error: unknown field ‘subsys’ specified in initializer drivers/pci/hotplug/rpadlpar_sysfs.c:132: warning: initialization from incompatible pointer type make[3]: *** [drivers/pci/hotplug/rpadlpar_sysfs.o] Error 1 make[2]: *** [drivers/pci/hotplug] Error 2 make[1]: *** [drivers/pci] Error 2 make: *** [drivers] Error 2 I would think this is caused by the changes in the commit below: commit 823bccfc4002296ba88c3ad0f049e1abd8108d30 Author: Greg Kroah-Hartman Date: Fri Apr 13 13:15:19 2007 -0700 remove "struct subsystem" as it is no longer needed -apw