aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel/atl2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nds32/kernel/atl2c.c')
-rw-r--r--arch/nds32/kernel/atl2c.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/nds32/kernel/atl2c.c b/arch/nds32/kernel/atl2c.c
index 0c6d031a1c4a..0c5386e72098 100644
--- a/arch/nds32/kernel/atl2c.c
+++ b/arch/nds32/kernel/atl2c.c
@@ -9,7 +9,8 @@
void __iomem *atl2c_base;
static const struct of_device_id atl2c_ids[] __initconst = {
- {.compatible = "andestech,atl2c",}
+ {.compatible = "andestech,atl2c",},
+ {}
};
static int __init atl2c_of_init(void)