From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: [PATCH][VT][1/4] Add a missing function prototype. Date: Thu, 11 Aug 2005 15:00:08 -0700 Message-ID: <20050811220008.GA19836@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt , Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Add a missing function prototype. This is needed when compiling against unmodified linux. Signed-off-by: Arun Sharma --- a/linux-2.6-xen-sparse/arch/xen/kernel/ctrl_if.c Thu Aug 11 21:37:29 2005 +++ b/linux-2.6-xen-sparse/arch/xen/kernel/ctrl_if.c Thu Aug 11 14:41:49 2005 @@ -473,6 +473,8 @@ tasklet_unlock_wait(&ctrl_if_rx_tasklet); } +extern int teardown_irq(unsigned int irq, struct irqaction * old); + void ctrl_if_suspend(void) { teardown_irq(ctrl_if_irq, &ctrl_if_irq_action);