| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 3/4] MIPS: txx9: add select HAVE_CLK |
| From: | Yoichi Yuasa <yuasa@linux-mips.org> |
| Date: | Wed, 1 Aug 2012 15:41:06 +0900 |
| Cc: | yuasa@linux-mips.org, linux-mips@linux-mips.org |
| In-reply-to: | <20120801153800.22d81b6d674d6722b2392574@linux-mips.org> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <20120801153800.22d81b6d674d6722b2392574@linux-mips.org> |
| Sender: | linux-mips-bounce@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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/4] MIPS: BCM63xx: add select HAVE_CLK, Yoichi Yuasa |
|---|---|
| Next by Date: | [PATCH 4/4] MIPS: loongson1: more clk support and add select HAVE_CLK, Yoichi Yuasa |
| Previous by Thread: | [PATCH 2/4] MIPS: BCM63xx: add select HAVE_CLK, Yoichi Yuasa |
| Next by Thread: | [PATCH 4/4] MIPS: loongson1: more clk support and add select HAVE_CLK, Yoichi Yuasa |
| Indexes: | [Date] [Thread] [Top] [All Lists] |