Re: [PATCH] ARM: mx5: Use CLKDEV_INIT for creating clk_lookup instance

2011-10-26 Thread Sascha Hauer
On Thu, Oct 20, 2011 at 05:19:51PM +0530, Padmavathi Venna wrote: > A common macro CLKDEV_INIT was added for creating clk_lookup > instance in include/linux/clkdev.h. So replace _REGISTER_CLOCK > macro with CLKDEV_INIT. The patches are fine this way. Let's wait until the trees from next are merged

[PATCH] ARM: mx5: Use CLKDEV_INIT for creating clk_lookup instance

2011-10-20 Thread Padmavathi Venna
A common macro CLKDEV_INIT was added for creating clk_lookup instance in include/linux/clkdev.h. So replace _REGISTER_CLOCK macro with CLKDEV_INIT. Suggested-by: Russell King Acked-by: Amit Kucheria Signed-off-by: Padmavathi Venna --- arch/arm/mach-mx5/clock-mx51-mx53.c | 149