diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-11-02 16:43:10 +0100 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2007-11-05 21:53:29 +1100 |
commit | 9b56fdb458b014bdda974b43a3e59721032898bb (patch) | |
tree | cbbb090021c33ab7fab5500702e4872cac4706b1 /include/asm-x86 | |
parent | b55d1b1814c52463c11707f53dbdc223e09b2924 (diff) | |
download | op-kernel-dev-9b56fdb458b014bdda974b43a3e59721032898bb.zip op-kernel-dev-9b56fdb458b014bdda974b43a3e59721032898bb.tar.gz |
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')
-rw-r--r-- | include/asm-x86/lguest_hcall.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/lguest_hcall.h b/include/asm-x86/lguest_hcall.h index 9c5092b..2091779 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) |