9
0
Fork 0

nomadik: fix static allocation clkdev

it's DEV_ID not CON_ID

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2011-08-11 17:07:04 +02:00 committed by Sascha Hauer
parent 1c278e4ced
commit 927f01250e
1 changed files with 2 additions and 2 deletions

View File

@ -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)