summary refs log tree commit diff stats
path: root/hw/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/stream.c')
-rw-r--r--hw/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/stream.c b/hw/stream.c
index be57e8b247..d4cf84d4c0 100644
--- a/hw/stream.c
+++ b/hw/stream.c
@@ -8,7 +8,7 @@ stream_push(StreamSlave *sink, uint8_t *buf, size_t len, uint32_t *app)
     k->push(sink, buf, len, app);
 }
 
-static TypeInfo stream_slave_info = {
+static const TypeInfo stream_slave_info = {
     .name          = TYPE_STREAM_SLAVE,
     .parent        = TYPE_INTERFACE,
     .class_size = sizeof(StreamSlaveClass),