diff mbox

[04/18] kvm: qemu: make lsi_scsi_uninit() static

Message ID 1232027262-21487-4-git-send-email-markmc@redhat.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Mark McLoughlin Jan. 15, 2009, 1:47 p.m. UTC
Fixes:

  qemu/hw/lsi53c895a.c:1964: warning: no previous prototype for ‘lsi_scsi_uninit’

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
---
 qemu/hw/lsi53c895a.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

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, BlockDriverState *bd, int id)
     bd->devfn = s->pci_dev.devfn;
 }
 
-int lsi_scsi_uninit(PCIDevice *d)
+static int lsi_scsi_uninit(PCIDevice *d)
 {
     LSIState *s = (LSIState *) d;