summaryrefslogtreecommitdiff
path: root/include/asm-x86/lguest_hcall.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-11-02 16:43:10 +0100
committerRusty Russell <rusty@rustcorp.com.au>2007-11-05 21:53:29 +1100
commit9b56fdb458b014bdda974b43a3e59721032898bb (patch)
treecbbb090021c33ab7fab5500702e4872cac4706b1 /include/asm-x86/lguest_hcall.h
parentb55d1b1814c52463c11707f53dbdc223e09b2924 (diff)
lguest: make async_hcall() static
async_hcall() can become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'include/asm-x86/lguest_hcall.h')
-rw-r--r--include/asm-x86/lguest_hcall.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/lguest_hcall.h b/include/asm-x86/lguest_hcall.h
index 9c5092b6aa9f..2091779e91fb 100644
--- a/include/asm-x86/lguest_hcall.h
+++ b/include/asm-x86/lguest_hcall.h
@@ -54,9 +54,6 @@ hcall(unsigned long call,
}
/*:*/
-void async_hcall(unsigned long call,
- unsigned long arg1, unsigned long arg2, unsigned long arg3);
-
/* Can't use our min() macro here: needs to be a constant */
#define LGUEST_IRQS (NR_IRQS < 32 ? NR_IRQS: 32)