S5PC100: Moves the Macros to a common header file
authorNaveen Krishna CH <ch.naveen.samsung.com>
Thu, 4 Feb 2010 05:17:38 +0000 (14:17 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 8 Feb 2010 03:14:55 +0000 (12:14 +0900)
The get_pll_clk(int) API returns the PLL frequency based on
the (int) argument which is defined locally in clock.c

Moving that #define to common header file (clk.h) would
be helpful when using the API from other files.

Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

No differences found