aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-prima2/clock.c
diff options
context:
space:
mode:
authorJamie Iles <jamie@jamieiles.com>2011-08-01 21:09:36 +0100
committerBarry Song <21cnbao@gmail.com>2011-09-11 09:11:26 +0800
commit6a53747be5f02ba7b37ff5131330363270782dc3 (patch)
tree2cf9eaaba2bbc453f7f1aa2dbacb1dcca23c376d /arch/arm/mach-prima2/clock.c
parentLinux 3.1-rc5 (diff)
downloadlinux-dev-6a53747be5f02ba7b37ff5131330363270782dc3.tar.xz
linux-dev-6a53747be5f02ba7b37ff5131330363270782dc3.zip
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 <jamie@jamieiles.com> Signed-off-by: Barry Song <baohua.song@csr.com>
Diffstat (limited to 'arch/arm/mach-prima2/clock.c')
-rw-r--r--arch/arm/mach-prima2/clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-prima2/clock.c b/arch/arm/mach-prima2/clock.c
index f9a2aaf63f71..615a4e75ceab 100644
--- a/arch/arm/mach-prima2/clock.c
+++ b/arch/arm/mach-prima2/clock.c
@@ -481,6 +481,7 @@ static void __init sirfsoc_clk_init(void)
static struct of_device_id clkc_ids[] = {
{ .compatible = "sirf,prima2-clkc" },
+ {},
};
void __init sirfsoc_of_clk_init(void)