From 6a53747be5f02ba7b37ff5131330363270782dc3 Mon Sep 17 00:00:00 2001 From: Jamie Iles Date: Mon, 1 Aug 2011 21:09:36 +0100 Subject: ARM: CSR: add missing sentinels to of_device_id tables The of_device_id tables used for matching should be terminated with empty sentinel values. Signed-off-by: Jamie Iles Signed-off-by: Barry Song --- arch/arm/mach-prima2/irq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-prima2/irq.c') diff --git a/arch/arm/mach-prima2/irq.c b/arch/arm/mach-prima2/irq.c index c3404cbb6ff7..7af254d046ba 100644 --- a/arch/arm/mach-prima2/irq.c +++ b/arch/arm/mach-prima2/irq.c @@ -51,6 +51,7 @@ static __init void sirfsoc_irq_init(void) static struct of_device_id intc_ids[] = { { .compatible = "sirf,prima2-intc" }, + {}, }; void __init sirfsoc_of_irq_init(void) -- cgit v1.2.3