From: "Heiko Stübner" <heiko@sntech.de>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: 'Ben Dooks' <ben-linux@fluff.org>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
Subject: [PATCH 1/8] S3C24XX: Remove extern declaration of clk_msysclk
Date: Sat, 7 Jan 2012 00:23:50 +0100 [thread overview]
Message-ID: <201201070023.51657.heiko@sntech.de> (raw)
In-Reply-To: <201201070022.40431.heiko@sntech.de>
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>
---
arch/arm/plat-samsung/include/plat/s3c2443.h | 1 -
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 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;
--
1.7.5.4
WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/8] S3C24XX: Remove extern declaration of clk_msysclk
Date: Sat, 7 Jan 2012 00:23:50 +0100 [thread overview]
Message-ID: <201201070023.51657.heiko@sntech.de> (raw)
In-Reply-To: <201201070022.40431.heiko@sntech.de>
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>
---
arch/arm/plat-samsung/include/plat/s3c2443.h | 1 -
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 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;
--
1.7.5.4
next prev parent reply other threads:[~2012-01-06 23:24 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-06 23:22 [PATCH 0/8] S3C24XX: remove global plat/s3c24??.h SoC-headers Heiko Stübner
2012-01-06 23:22 ` Heiko Stübner
2012-01-06 23:23 ` Heiko Stübner [this message]
2012-01-06 23:23 ` [PATCH 1/8] S3C24XX: Remove extern declaration of clk_msysclk Heiko Stübner
2012-01-06 23:24 ` [PATCH 2/8] S3C24XX: move common S3C2443 clock definitions to clock.h Heiko Stübner
2012-01-06 23:24 ` Heiko Stübner
2012-01-06 23:25 ` [PATCH 3/8] S3C2410: move s3c2410_baseclk_add " Heiko Stübner
2012-01-06 23:25 ` Heiko Stübner
2012-01-06 23:26 ` [PATCH 4/8] S3C2416: move io-init to SoC specific files Heiko Stübner
2012-01-06 23:26 ` Heiko Stübner
2012-01-06 23:26 ` [PATCH 5/8] S3C2443: " Heiko Stübner
2012-01-06 23:26 ` Heiko Stübner
2012-01-06 23:27 ` [PATCH 6/8] S3C2440: " Heiko Stübner
2012-01-06 23:27 ` Heiko Stübner
2012-01-06 23:28 ` [PATCH 7/8] S3C2412: " Heiko Stübner
2012-01-06 23:28 ` Heiko Stübner
2012-01-06 23:28 ` [PATCH 8/8] S3C2410: " Heiko Stübner
2012-01-06 23:28 ` Heiko Stübner
2012-01-07 12:11 ` [PATCH 0/8] S3C24XX: remove global plat/s3c24??.h SoC-headers Kukjin Kim
2012-01-07 12:11 ` Kukjin Kim
-- strict thread matches above, loose matches on Subject: below --
2012-01-17 21:10 [PATCH v2 " Heiko Stübner
2012-01-17 21:11 ` [PATCH 1/8] S3C24XX: Remove extern declaration of clk_msysclk Heiko Stübner
2012-01-17 21:11 ` Heiko Stübner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201201070023.51657.heiko@sntech.de \
--to=heiko@sntech.de \
--cc=ben-linux@fluff.org \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.