From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH -next] driver core: syscore exports for modular APM Date: Wed, 20 Apr 2011 14:06:06 -0700 (PDT) Message-ID: <219cfb09-b910-4284-ac96-8c14c116afb4@default> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Return-path: Received: from rcsinet10.oracle.com ([148.87.113.121]:22020 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752925Ab1DTVId convert rfc822-to-8bit (ORCPT ); Wed, 20 Apr 2011 17:08:33 -0400 Content-Disposition: inline Sender: linux-next-owner@vger.kernel.org List-ID: To: rjw@sisk.pl Cc: sfr@canb.auug.org.au, linux-kernel@vger.kernel.org, greg@kroah.com, linux-next@vger.kernel.org ----- Original Message ----- From: rjw@sisk.pl To: greg@kroah.com, randy.dunlap@oracle.com Cc: sfr@canb.auug.org.au, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Sent: Wednesday, April 20, 2011 1:39:18 PM GMT -08:00 US/Canada Pacific Subject: Re: [PATCH -next] driver core: syscore exports for modular APM On Wednesday, April 20, 2011, Rafael J. Wysocki wrote: > On Tuesday, April 19, 2011, Greg KH wrote: > > On Tue, Apr 19, 2011 at 08:35:46AM -0700, Randy Dunlap wrote: > > > From: Randy Dunlap > > > > > > When CONFIG_APM=m, build fails with: > > > > > > ERROR: "syscore_suspend" [arch/x86/kernel/apm.ko] undefined! > > > ERROR: "syscore_resume" [arch/x86/kernel/apm.ko] undefined! > > > > > > Signed-off-by: Randy Dunlap > > > > Acked-by: Greg Kroah-Hartman > > > > Rafael, care to send this to Linus? Or do you want me to? > > I will. Or better I'll fold it into the patch, it hasn't been > sent to Linus yet. | The problem should be fixed in today's linux-next. Randy, can you confirm, | please? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Yes, it's fixed there. Thanks.