diff options
Diffstat (limited to 'sim/bfin/dv-bfin_uart2.c')
-rw-r--r-- | sim/bfin/dv-bfin_uart2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/bfin/dv-bfin_uart2.c b/sim/bfin/dv-bfin_uart2.c index 8a793cd..5b379bb 100644 --- a/sim/bfin/dv-bfin_uart2.c +++ b/sim/bfin/dv-bfin_uart2.c @@ -254,7 +254,8 @@ bfin_uart_finish (struct hw *me) uart->lsr = 0x0060; } -const struct hw_descriptor dv_bfin_uart2_descriptor[] = { +const struct hw_descriptor dv_bfin_uart2_descriptor[] = +{ {"bfin_uart2", bfin_uart_finish,}, {NULL, NULL}, }; |