From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: Exynos: remove unused init_uarts callback for exynos4x12 platforms
Date: Tue, 06 Nov 2012 20:43:08 +0900 [thread overview]
Message-ID: <0bf001cdbc13$e4816c20$ad844460$%kim@samsung.com> (raw)
In-Reply-To: <1352125973-24228-1-git-send-email-thomas.abraham@linaro.org>
Thomas Abraham wrote:
>
> All the Exynos4x12 based platforms use only device tree based boot. So
> remove
> the unused 'init_uarts' callback from exynos cpu_ids table.
>
> Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
> ---
> arch/arm/mach-exynos/common.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c
> index 56844d1..ce91cba 100644
> --- a/arch/arm/mach-exynos/common.c
> +++ b/arch/arm/mach-exynos/common.c
> @@ -78,7 +78,6 @@ static struct cpu_table cpu_ids[] __initdata = {
> .idmask = EXYNOS4_CPU_MASK,
> .map_io = exynos4_map_io,
> .init_clocks = exynos4_init_clocks,
> - .init_uarts = exynos_init_uarts,
> .init = exynos_init,
> .name = name_exynos4212,
> }, {
> @@ -86,7 +85,6 @@ static struct cpu_table cpu_ids[] __initdata = {
> .idmask = EXYNOS4_CPU_MASK,
> .map_io = exynos4_map_io,
> .init_clocks = exynos4_init_clocks,
> - .init_uarts = exynos_init_uarts,
> .init = exynos_init,
> .name = name_exynos4412,
> }, {
> --
> 1.6.6.rc2
Yes, correct. Applied.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
next prev parent reply other threads:[~2012-11-06 11:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-05 14:32 [PATCH] ARM: Exynos: remove unused init_uarts callback for exynos4x12 platforms Thomas Abraham
2012-11-06 11:43 ` Kukjin Kim [this message]
2012-11-06 11:52 ` Kukjin Kim
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='0bf001cdbc13$e4816c20$ad844460$%kim@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).