summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2012-01-27 16:13:15 +0900
committerKukjin Kim <kgene.kim@samsung.com>2012-01-31 20:06:42 +0900
commit37892ff4e4760c675127827e48019438bb33da08 (patch)
treecfddf0bae436118a9fdc94ddeb74fa05300e9176 /arch/arm/plat-samsung
parentf35ef7cab2db0a8b577bef59122b59220efdac44 (diff)
downloadlinux-37892ff4e4760c675127827e48019438bb33da08.tar.gz
linux-37892ff4e4760c675127827e48019438bb33da08.tar.xz
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 <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r--arch/arm/plat-samsung/include/plat/s3c2443.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/include/plat/s3c2443.h b/arch/arm/plat-samsung/include/plat/s3c2443.h
index dce05b43d51c..ffaecb9049c0 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;