summaryrefslogtreecommitdiffstats
path: root/sim/bfin/dv-bfin_pll.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/bfin/dv-bfin_pll.c')
-rw-r--r--sim/bfin/dv-bfin_pll.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/bfin/dv-bfin_pll.c b/sim/bfin/dv-bfin_pll.c
index 8620039bad..20032de91a 100644
--- a/sim/bfin/dv-bfin_pll.c
+++ b/sim/bfin/dv-bfin_pll.c
@@ -183,7 +183,8 @@ bfin_pll_finish (struct hw *me)
pll->pll_lockcnt = 0x300;
}
-const struct hw_descriptor dv_bfin_pll_descriptor[] = {
+const struct hw_descriptor dv_bfin_pll_descriptor[] =
+{
{"bfin_pll", bfin_pll_finish,},
{NULL, NULL},
};
OpenPOWER on IntegriCloud