Re: [PATCH 31/31] virt: Make static

2008-12-10 Thread Avi Kivity
Avi Kivity wrote: Roel Kluin wrote: Sparse asked whether these could be static. Applied, thanks. Er, actually I already had a patch in my queue for this. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in

Re: [PATCH 31/31] virt: Make static

2008-12-10 Thread Avi Kivity
Roel Kluin wrote: Sparse asked whether these could be static. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.

[PATCH 31/31] virt: Make static

2008-12-09 Thread Roel Kluin
Sparse asked whether these could be static. Signed-off-by: Roel Kluin <[EMAIL PROTECTED]> --- virt/kvm/kvm_main.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index a87f45e..6bf6d90 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/