From 927f01250e375e73d90c113d6108e6bf2e125eb0 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 11 Aug 2011 17:07:04 +0200 Subject: nomadik: fix static allocation clkdev it's DEV_ID not CON_ID Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- arch/arm/mach-nomadik/8815.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm/mach-nomadik') diff --git a/arch/arm/mach-nomadik/8815.c b/arch/arm/mach-nomadik/8815.c index 3138045190..69aacd5766 100644 --- a/arch/arm/mach-nomadik/8815.c +++ b/arch/arm/mach-nomadik/8815.c @@ -37,8 +37,8 @@ void st8815_add_device_sdram(u32 size) } static struct clk_lookup clocks_lookups[] = { - CLKDEV_CON_ID("uart-pl0110", &st8815_clk_48), - CLKDEV_CON_ID("uart-pl0111", &st8815_clk_48), + CLKDEV_DEV_ID("uart-pl0110", &st8815_clk_48), + CLKDEV_DEV_ID("uart-pl0111", &st8815_clk_48), }; static int st8815_clkdev_init(void) -- cgit v1.2.3