aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2012-01-21 11:46:41 +0900
committerKukjin Kim <kgene.kim@samsung.com>2012-01-21 12:02:30 +0900
commit4cfb7b7ce53bff8574ca152f433ab7fad62f1cad (patch)
tree35b054056181bea188e3c065620f266b6fd5f60e /arch/arm/plat-s3c24xx
parentARM: EXYNOS: use static declaration when it is not used in other files (diff)
downloadlinux-dev-4cfb7b7ce53bff8574ca152f433ab7fad62f1cad.tar.xz
linux-dev-4cfb7b7ce53bff8574ca152f433ab7fad62f1cad.zip
ARM: S3C24XX: use static declaration when it is not used in other files
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-s3c24xx')
-rw-r--r--arch/arm/plat-s3c24xx/s3c2443-clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/s3c2443-clock.c b/arch/arm/plat-s3c24xx/s3c2443-clock.c
index 95e68190d593..037b448992af 100644
--- a/arch/arm/plat-s3c24xx/s3c2443-clock.c
+++ b/arch/arm/plat-s3c24xx/s3c2443-clock.c
@@ -53,7 +53,7 @@ int s3c2443_clkcon_enable_s(struct clk *clk, int enable)
* elided as the EPLL can be either sourced by the XTAL or EXTCLK and as
* such directly equating the two source clocks is impossible.
*/
-struct clk clk_mpllref = {
+static struct clk clk_mpllref = {
.name = "mpllref",
.parent = &clk_xtal,
};