From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: x86: Mark kvm_arch_setup_async_pf static Date: Wed, 20 Oct 2010 17:10:10 -0200 Message-ID: <20101020191010.GA4862@amt.cnet> References: <4CBEEC0A.1020500@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm , Gleb Natapov To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:37871 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755060Ab0JTT5J (ORCPT ); Wed, 20 Oct 2010 15:57:09 -0400 Content-Disposition: inline In-Reply-To: <4CBEEC0A.1020500@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Oct 20, 2010 at 03:18:02PM +0200, Jan Kiszka wrote: > It has no user outside mmu.c and also no prototype. > > Signed-off-by: Jan Kiszka > --- > arch/x86/kvm/mmu.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks.