summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hw/lpc-uart.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/lpc-uart.c b/hw/lpc-uart.c
index e536bbd9..9034fbd5 100644
--- a/hw/lpc-uart.c
+++ b/hw/lpc-uart.c
@@ -425,6 +425,9 @@ static void uart_setup_os_passthrough(void)
char *path;
static struct lpc_client uart_lpc_os_client = {
+ .reset = NULL,
+ .interrupt = NULL,
+ .interrupts = 0
};
dt_add_property_strings(uart_node, "status", "ok");
OpenPOWER on IntegriCloud