From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 3/3] versatile: fix static allocation clkdev
Date: Thu, 11 Aug 2011 17:07:05 +0200 [thread overview]
Message-ID: <1313075225-27280-3-git-send-email-plagnioj@jcrosoft.com> (raw)
In-Reply-To: <1313075225-27280-1-git-send-email-plagnioj@jcrosoft.com>
it's DEV_ID not CON_ID
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
arch/arm/mach-versatile/core.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/mach-versatile/core.c b/arch/arm/mach-versatile/core.c
index f58e3bd..1231a7d 100644
--- a/arch/arm/mach-versatile/core.c
+++ b/arch/arm/mach-versatile/core.c
@@ -145,10 +145,10 @@ static int vpb_clocksource_init(void)
core_initcall(vpb_clocksource_init);
static struct clk_lookup clocks_lookups[] = {
- CLKDEV_CON_ID("uart-pl0110", &ref_clk_24),
- CLKDEV_CON_ID("uart-pl0111", &ref_clk_24),
- CLKDEV_CON_ID("uart-pl0112", &ref_clk_24),
- CLKDEV_CON_ID("uart-pl0113", &ref_clk_24),
+ CLKDEV_DEV_ID("uart-pl0110", &ref_clk_24),
+ CLKDEV_DEV_ID("uart-pl0111", &ref_clk_24),
+ CLKDEV_DEV_ID("uart-pl0112", &ref_clk_24),
+ CLKDEV_DEV_ID("uart-pl0113", &ref_clk_24),
};
static int versatile_clkdev_init(void)
--
1.7.5.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2011-08-11 15:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-11 15:07 [PATCH 1/3] clkdev: factorize macro Jean-Christophe PLAGNIOL-VILLARD
2011-08-11 15:07 ` [PATCH 2/3] nomadik: fix static allocation clkdev Jean-Christophe PLAGNIOL-VILLARD
2011-08-11 15:07 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
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=1313075225-27280-3-git-send-email-plagnioj@jcrosoft.com \
--to=plagnioj@jcrosoft.com \
--cc=barebox@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