From: Heiko Stuebner Date: Fri, 27 Jan 2012 07:13:15 +0000 (+0900) Subject: ARM: S3C24XX: Remove extern declaration of clk_msysclk X-Git-Tag: v3.4-rc1~91^2~4^2~11^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37892ff4e4760c675127827e48019438bb33da08;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git ARM: S3C24XX: Remove extern declaration of clk_msysclk clk_msysclk is not needed outside of s3c2443-clock.c. Removing the extern declaration will prevent conflicts with the s3c2412 clk_msysclk in the following cleanups. Signed-off-by: Heiko Stuebner Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/plat-samsung/include/plat/s3c2443.h b/arch/arm/plat-samsung/include/plat/s3c2443.h index dce05b4..ffaecb9 100644 --- a/arch/arm/plat-samsung/include/plat/s3c2443.h +++ b/arch/arm/plat-samsung/include/plat/s3c2443.h @@ -51,4 +51,3 @@ extern int s3c2443_clkcon_enable_s(struct clk *clk, int enable); extern struct clksrc_clk clk_epllref; extern struct clksrc_clk clk_esysclk; -extern struct clksrc_clk clk_msysclk;