]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
commit2167f2715e127591ed2abcea075ce89bbbf68864
treec5c363426a6eb713bd45798d430a7834ac2ca782
parentf687ebf82dbe44dcde5901232ade4f19ecedbf58
S5PC100: Moves the Macros to a common header file

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>
cpu/arm_cortexa8/s5pc1xx/clock.c
include/asm-arm/arch-s5pc1xx/clk.h