* [PATCH 06/11] xen: fix function declaration
[not found] <1272634478-4127-1-git-send-email-wfp5p@virginia.edu>
@ 2010-04-30 13:34 ` Bill Pemberton
0 siblings, 0 replies; only message in thread
From: Bill Pemberton @ 2010-04-30 13:34 UTC (permalink / raw)
To: trivial; +Cc: xen-devel
use foo(void) instead of foo() when the function takes no parameters.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
CC: xen-devel@lists.xensource.com
---
arch/x86/xen/irq.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/xen/irq.c b/arch/x86/xen/irq.c
index 9d30105..6a6fe89 100644
--- a/arch/x86/xen/irq.c
+++ b/arch/x86/xen/irq.c
@@ -126,7 +126,7 @@ static const struct pv_irq_ops xen_irq_ops __initdata = {
#endif
};
-void __init xen_init_irq_ops()
+void __init xen_init_irq_ops(void)
{
pv_irq_ops = xen_irq_ops;
x86_init.irqs.intr_init = xen_init_IRQ;
--
1.7.0.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-30 13:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1272634478-4127-1-git-send-email-wfp5p@virginia.edu>
2010-04-30 13:34 ` [PATCH 06/11] xen: fix function declaration Bill Pemberton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).