|
@@ -626,7 +626,7 @@ static void axidma_class_init(ObjectClass *klass, void *data)
|
|
{
|
|
{
|
|
DeviceClass *dc = DEVICE_CLASS(klass);
|
|
DeviceClass *dc = DEVICE_CLASS(klass);
|
|
|
|
|
|
- dc->realize = xilinx_axidma_realize,
|
|
|
|
|
|
+ dc->realize = xilinx_axidma_realize;
|
|
dc->reset = xilinx_axidma_reset;
|
|
dc->reset = xilinx_axidma_reset;
|
|
device_class_set_props(dc, axidma_properties);
|
|
device_class_set_props(dc, axidma_properties);
|
|
}
|
|
}
|