diff options
Diffstat (limited to 'hw/display/pl110.c')
-rw-r--r-- | hw/display/pl110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/pl110.c b/hw/display/pl110.c index 295434eded..5599755f11 100644 --- a/hw/display/pl110.c +++ b/hw/display/pl110.c @@ -454,7 +454,7 @@ static int pl110_init(SysBusDevice *dev) qdev_init_gpio_in(&s->busdev.qdev, pl110_mux_ctrl_set, 1); s->con = graphic_console_init(pl110_update_display, pl110_invalidate_display, - NULL, NULL, s); + NULL, s); return 0; } |