From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: [PATCH 04/18] kvm: qemu: make lsi_scsi_uninit() static Date: Thu, 15 Jan 2009 13:47:28 +0000 Message-ID: <1232027262-21487-4-git-send-email-markmc@redhat.com> References: <1232027262-21487-1-git-send-email-markmc@redhat.com> <1232027262-21487-2-git-send-email-markmc@redhat.com> <1232027262-21487-3-git-send-email-markmc@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org, Mark McLoughlin To: avi@redhat.com Return-path: Received: from mail00.svc.cra.dublin.eircom.net ([159.134.118.16]:33949 "HELO mail00.svc.cra.dublin.eircom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1757811AbZAONrp (ORCPT ); Thu, 15 Jan 2009 08:47:45 -0500 In-Reply-To: <1232027262-21487-3-git-send-email-markmc@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: =46ixes: qemu/hw/lsi53c895a.c:1964: warning: no previous prototype for =E2=80=98= lsi_scsi_uninit=E2=80=99 Signed-off-by: Mark McLoughlin --- qemu/hw/lsi53c895a.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu/hw/lsi53c895a.c b/qemu/hw/lsi53c895a.c index c65ff90..9622c6c 100644 --- a/qemu/hw/lsi53c895a.c +++ b/qemu/hw/lsi53c895a.c @@ -1961,7 +1961,7 @@ void lsi_scsi_attach(void *opaque, BlockDriverSta= te *bd, int id) bd->devfn =3D s->pci_dev.devfn; } =20 -int lsi_scsi_uninit(PCIDevice *d) +static int lsi_scsi_uninit(PCIDevice *d) { LSIState *s =3D (LSIState *) d; =20 --=20 1.6.0.6