summaryrefslogtreecommitdiffstats
path: root/hw/s390x/virtio-ccw.h
diff options
context:
space:
mode:
authorKONRAD Frederic2013-04-24 10:21:18 +0200
committerAnthony Liguori2013-04-24 18:50:20 +0200
commitd51fcfac8aca37f5f10981d2229681474de6304d (patch)
tree3b85f0cdad4aafc7f5f2e7e361d87b2be1066e8f /hw/s390x/virtio-ccw.h
parentvirtio-bus: add new functions. (diff)
downloadqemu-d51fcfac8aca37f5f10981d2229681474de6304d.tar.gz
qemu-d51fcfac8aca37f5f10981d2229681474de6304d.tar.xz
qemu-d51fcfac8aca37f5f10981d2229681474de6304d.zip
virtio-bus: make virtio_x_bus_new static.
virtio_x_bus_new are only used in file scope. So this make them static. Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com> Message-id: 1366791683-5350-3-git-send-email-fred.konrad@greensocs.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/s390x/virtio-ccw.h')
-rw-r--r--hw/s390x/virtio-ccw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/s390x/virtio-ccw.h b/hw/s390x/virtio-ccw.h
index 8599248fc5..04ba1b99ee 100644
--- a/hw/s390x/virtio-ccw.h
+++ b/hw/s390x/virtio-ccw.h
@@ -60,8 +60,6 @@ typedef struct VirtioBusClass VirtioCcwBusClass;
typedef struct VirtioCcwDevice VirtioCcwDevice;
-void virtio_ccw_bus_new(VirtioBusState *bus, VirtioCcwDevice *dev);
-
typedef struct VirtIOCCWDeviceClass {
DeviceClass parent_class;
int (*init)(VirtioCcwDevice *dev);