Fixes: qemu/hw/lsi53c895a.c:1964: warning: no previous prototype for ‘lsi_scsi_uninit’
Signed-off-by: Mark McLoughlin <[email protected]> --- 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, 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; -- 1.6.0.6 -- 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.kernel.org/majordomo-info.html
