From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: linux-next: Tree for June 18 (XEN build error) Date: Wed, 18 Jun 2008 22:08:08 -0700 Message-ID: <4859E9B8.9040406@goop.org> References: <20080618175753.2a519b71.sfr@canb.auug.org.au> <20080618124331.04e27900.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from gw.goop.org ([64.81.55.164]:53129 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751251AbYFSFIv (ORCPT ); Thu, 19 Jun 2008 01:08:51 -0400 In-Reply-To: <20080618124331.04e27900.randy.dunlap@oracle.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: Stephen Rothwell , jeremy@xensource.com, chrisw@sous-sol.org, linux-next@vger.kernel.org, LKML , virtualization@lists.osdl.org Randy Dunlap wrote: > linux-next-20080618/drivers/xen/manage.c: In function 'xen_suspend': > linux-next-20080618/drivers/xen/manage.c:66: error: too few arguments to function 'device_power_up' > linux-next-20080618/drivers/xen/manage.c: In function 'do_suspend': > linux-next-20080618/drivers/xen/manage.c:115: error: too few arguments to function 'device_resume' > make[3]: *** [drivers/xen/manage.o] Error 1 > What argument(s) do device_power_up() and device_resume() want now? J