From: Yoichi Yuasa <yuasa@linux-mips.org>
To: ralf@linux-mips.org
Cc: yuasa@linux-mips.org, linux-mips@linux-mips.org
Subject: [PATCH 3/4] MIPS: txx9: add select HAVE_CLK
Date: Wed, 1 Aug 2012 15:41:06 +0900 [thread overview]
Message-ID: <20120801154106.70d9b84c066a9fa11bcaf8bb@linux-mips.org> (raw)
In-Reply-To: <20120801153800.22d81b6d674d6722b2392574@linux-mips.org>
fix redefinition of clk_*
arch/mips/txx9/generic/setup.c:87:13: error: redefinition of 'clk_get'
include/linux/clk.h:281:27: note: previous definition of 'clk_get' was here
arch/mips/txx9/generic/setup.c:97:5: error: redefinition of 'clk_enable'
include/linux/clk.h:295:19: note: previous definition of 'clk_enable' was here
arch/mips/txx9/generic/setup.c:103:6: error: redefinition of 'clk_disable'
include/linux/clk.h:300:20: note: previous definition of 'clk_disable' was here
arch/mips/txx9/generic/setup.c:108:15: error: redefinition of 'clk_get_rate'
include/linux/clk.h:302:29: note: previous definition of 'clk_get_rate' was here
arch/mips/txx9/generic/setup.c:114:6: error: redefinition of 'clk_put'
include/linux/clk.h:291:20: note: previous definition of 'clk_put' was here
make[3]: *** [arch/mips/txx9/generic/setup.o] Error 1
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
---
arch/mips/txx9/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/mips/txx9/Kconfig b/arch/mips/txx9/Kconfig
index 852ae4b..6d40bc7 100644
--- a/arch/mips/txx9/Kconfig
+++ b/arch/mips/txx9/Kconfig
@@ -20,6 +20,7 @@ config MACH_TXX9
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_LITTLE_ENDIAN
select SYS_SUPPORTS_BIG_ENDIAN
+ select HAVE_CLK
config TOSHIBA_JMR3927
bool "Toshiba JMR-TX3927 board"
--
1.7.0.4
next prev parent reply other threads:[~2012-08-01 6:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-01 6:38 [PATCH 1/4] MIPS: AR7: add select HAVE_CLK Yoichi Yuasa
2012-08-01 6:39 ` [PATCH 2/4] MIPS: BCM63xx: " Yoichi Yuasa
2012-08-01 6:41 ` Yoichi Yuasa [this message]
2012-08-01 6:42 ` [PATCH 4/4] MIPS: loongson1: more clk support and " Yoichi Yuasa
2012-08-01 9:08 ` Kelvin Cheung
2012-08-01 6:49 ` [PATCH 1/4] MIPS: AR7: " John Crispin
2012-08-01 9:27 ` Florian Fainelli
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=20120801154106.70d9b84c066a9fa11bcaf8bb@linux-mips.org \
--to=yuasa@linux-mips.org \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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