aboutsummaryrefslogtreecommitdiff
path: root/sim/bfin/dv-bfin_nfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/bfin/dv-bfin_nfc.c')
-rw-r--r--sim/bfin/dv-bfin_nfc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/bfin/dv-bfin_nfc.c b/sim/bfin/dv-bfin_nfc.c
index 3517a75..84246c8 100644
--- a/sim/bfin/dv-bfin_nfc.c
+++ b/sim/bfin/dv-bfin_nfc.c
@@ -237,7 +237,8 @@ bfin_nfc_finish (struct hw *me)
nfc->irqmask = 0x001F;
}
-const struct hw_descriptor dv_bfin_nfc_descriptor[] = {
+const struct hw_descriptor dv_bfin_nfc_descriptor[] =
+{
{"bfin_nfc", bfin_nfc_finish,},
{NULL, NULL},
};