projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35ef7c
)
ARM: S3C24XX: Remove extern declaration of clk_msysclk
author
Heiko Stuebner
<heiko@sntech.de>
Fri, 27 Jan 2012 07:13:15 +0000
(16:13 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Tue, 31 Jan 2012 11:06:42 +0000
(20:06 +0900)
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>
arch/arm/plat-samsung/include/plat/s3c2443.h
patch
|
blob
|
history
diff --git
a/arch/arm/plat-samsung/include/plat/s3c2443.h
b/arch/arm/plat-samsung/include/plat/s3c2443.h
index dce05b43d51c4e89c542aa2475167e14d915a814..ffaecb9049c0528ce3df1856ce490caa69b9a5b0 100644
(file)
--- 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;