mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-22 13:03:11 +07:00
clocksource: mct: Add terminating entry for exynos_mct_ids table
The of_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
d8acac566c
commit
354599f460
@ -506,6 +506,7 @@ static void __init exynos4_timer_resources(struct device_node *np)
|
||||
static const struct of_device_id exynos_mct_ids[] = {
|
||||
{ .compatible = "samsung,exynos4210-mct", .data = (void *)MCT_INT_SPI },
|
||||
{ .compatible = "samsung,exynos4412-mct", .data = (void *)MCT_INT_PPI },
|
||||
{ }
|
||||
};
|
||||
|
||||
void __init mct_init(void)
|
||||
|
Loading…
Reference in New Issue
Block a user