* [PATCH][VT][1/4] Add a missing function prototype.
@ 2005-08-11 22:00 Arun Sharma
0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2005-08-11 22:00 UTC (permalink / raw)
To: Ian Pratt, Keir Fraser; +Cc: xen-devel
Add a missing function prototype.
This is needed when compiling against unmodified linux.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
--- 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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-11 22:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-11 22:00 [PATCH][VT][1/4] Add a missing function prototype Arun Sharma
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.