From 748303850d589038f8ff9f5c7014afb006210b1f Mon Sep 17 00:00:00 2001 From: Santosh Shilimkar Date: Thu, 28 May 2009 14:16:04 -0700 Subject: [PATCH] ARM: OMAP4: Clock stubs since CLKDEV not in yet. This patch update the common clock.c file for OMAP4. The clk_get() and clk_put() functions are moved to common place in arch/arm/common/clkdev.c Since on current OMAP4 platform clk management is still not supported, the platform file is stubbed with those functions. Once the framework is ready, this WILL be replaced with a full clkdev implementation. Signed-off-by: Santosh Shilimkar Signed-off-by: Tony Lindgren --- Reading git-format-patch failed