aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ssi.h')
-rw-r--r--hw/ssi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ssi.h b/hw/ssi.h
index 861c4849e7..6ff71e9d35 100644
--- a/hw/ssi.h
+++ b/hw/ssi.h
@@ -30,7 +30,7 @@ struct SSISlave {
#define SSI_SLAVE_FROM_QDEV(dev) DO_UPCAST(SSISlave, qdev, dev)
#define FROM_SSI_SLAVE(type, dev) DO_UPCAST(type, ssidev, dev)
-void ssi_register_slave(const char *name, int size, SSISlaveInfo *info);
+void ssi_register_slave(SSISlaveInfo *info);
DeviceState *ssi_create_slave(SSIBus *bus, const char *name);