summaryrefslogtreecommitdiff
path: root/sim/bfin/dv-bfin_otp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/bfin/dv-bfin_otp.c')
-rw-r--r--sim/bfin/dv-bfin_otp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/bfin/dv-bfin_otp.c b/sim/bfin/dv-bfin_otp.c
index 902796fbdf4..34bfb8d6e55 100644
--- a/sim/bfin/dv-bfin_otp.c
+++ b/sim/bfin/dv-bfin_otp.c
@@ -302,7 +302,8 @@ bfin_otp_finish (struct hw *me)
bfin_otp_write_page_val (otp, FPS03, (void *)part_str);
}
-const struct hw_descriptor dv_bfin_otp_descriptor[] = {
+const struct hw_descriptor dv_bfin_otp_descriptor[] =
+{
{"bfin_otp", bfin_otp_finish,},
{NULL, NULL},
};