diff options
Diffstat (limited to 'sim/bfin/dv-bfin_twi.c')
-rw-r--r-- | sim/bfin/dv-bfin_twi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/bfin/dv-bfin_twi.c b/sim/bfin/dv-bfin_twi.c index 5a51be2d109..8c775e6509b 100644 --- a/sim/bfin/dv-bfin_twi.c +++ b/sim/bfin/dv-bfin_twi.c @@ -223,7 +223,8 @@ bfin_twi_finish (struct hw *me) attach_bfin_twi_regs (me, twi); } -const struct hw_descriptor dv_bfin_twi_descriptor[] = { +const struct hw_descriptor dv_bfin_twi_descriptor[] = +{ {"bfin_twi", bfin_twi_finish,}, {NULL, NULL}, }; |