* [PATCH 1/1] ARM: S3C24XX: Make 'clk_msysclk' static
@ 2013-01-10 10:19 Sachin Kamat
2013-01-17 0:06 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2013-01-10 10:19 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, sachin.kamat, patches
Fixes the following warning:
arch/arm/mach-s3c24xx/common-s3c2443.c:135:19: warning:
symbol 'clk_msysclk' was not declared. Should it be static?
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
arch/arm/mach-s3c24xx/common-s3c2443.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-s3c24xx/common-s3c2443.c b/arch/arm/mach-s3c24xx/common-s3c2443.c
index aeb4a24..f6b9f2e 100644
--- a/arch/arm/mach-s3c24xx/common-s3c2443.c
+++ b/arch/arm/mach-s3c24xx/common-s3c2443.c
@@ -132,7 +132,7 @@ static struct clk *clk_msysclk_sources[] = {
[3] = &clk_mpllref,
};
-struct clksrc_clk clk_msysclk = {
+static struct clksrc_clk clk_msysclk = {
.clk = {
.name = "msysclk",
.parent = &clk_xtal,
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* RE: [PATCH 1/1] ARM: S3C24XX: Make 'clk_msysclk' static
2013-01-10 10:19 [PATCH 1/1] ARM: S3C24XX: Make 'clk_msysclk' static Sachin Kamat
@ 2013-01-17 0:06 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2013-01-17 0:06 UTC (permalink / raw)
To: 'Sachin Kamat', linux-samsung-soc; +Cc: patches
Sachin Kamat wrote:
>
> Fixes the following warning:
> arch/arm/mach-s3c24xx/common-s3c2443.c:135:19: warning:
> symbol 'clk_msysclk' was not declared. Should it be static?
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
> arch/arm/mach-s3c24xx/common-s3c2443.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-s3c24xx/common-s3c2443.c b/arch/arm/mach-
> s3c24xx/common-s3c2443.c
> index aeb4a24..f6b9f2e 100644
> --- a/arch/arm/mach-s3c24xx/common-s3c2443.c
> +++ b/arch/arm/mach-s3c24xx/common-s3c2443.c
> @@ -132,7 +132,7 @@ static struct clk *clk_msysclk_sources[] = {
> [3] = &clk_mpllref,
> };
>
> -struct clksrc_clk clk_msysclk = {
> +static struct clksrc_clk clk_msysclk = {
> .clk = {
> .name = "msysclk",
> .parent = &clk_xtal,
> --
> 1.7.4.1
Applied, thanks.
- Kukjin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-17 0:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 10:19 [PATCH 1/1] ARM: S3C24XX: Make 'clk_msysclk' static Sachin Kamat
2013-01-17 0:06 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox