All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] MIPS: AR7: add select HAVE_CLK
@ 2012-08-01  6:38 Yoichi Yuasa
  2012-08-01  6:39 ` [PATCH 2/4] MIPS: BCM63xx: " Yoichi Yuasa
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Yoichi Yuasa @ 2012-08-01  6:38 UTC (permalink / raw)
  To: ralf; +Cc: yuasa, linux-mips

fix redefinition of clk_*

arch/mips/ar7/clock.c:420:5: error: redefinition of 'clk_enable'
include/linux/clk.h:295:19: note: previous definition of 'clk_enable' was here
arch/mips/ar7/clock.c:426:6: error: redefinition of 'clk_disable'
include/linux/clk.h:300:20: note: previous definition of 'clk_disable' was here
arch/mips/ar7/clock.c:431:15: error: redefinition of 'clk_get_rate'
include/linux/clk.h:302:29: note: previous definition of 'clk_get_rate' was here
arch/mips/ar7/clock.c:437:13: error: redefinition of 'clk_get'
include/linux/clk.h:281:27: note: previous definition of 'clk_get' was here
arch/mips/ar7/clock.c:454:6: error: redefinition of 'clk_put'
include/linux/clk.h:291:20: note: previous definition of 'clk_put' was here
make[2]: *** [arch/mips/ar7/clock.o] Error 1

Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
---
 arch/mips/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 7e78a83..50fc7a1 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -78,6 +78,7 @@ config AR7
 	select SYS_SUPPORTS_ZBOOT_UART16550
 	select ARCH_REQUIRE_GPIOLIB
 	select VLYNQ
+	select HAVE_CLK
 	help
 	  Support for the Texas Instruments AR7 System-on-a-Chip
 	  family: TNETD7100, 7200 and 7300.
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-08-01  9:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 3/4] MIPS: txx9: " Yoichi Yuasa
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

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.