https://github.com/torvalds/linux
Revision 8551fb643ad6fe07f16d0825c8b6d99246024b9a authored by Yoichi Yuasa on 01 August 2012, 06:38:00 UTC, committed by Ralf Baechle on 01 August 2012, 15:58:57 UTC
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>
Cc: linux-mips@linux-mips.org
Reviewed-by: John Crispin <blogic@openwrt.org>
Acked-by: Florian Fainelli <florian@openwrt.org>
Patchwork: https://patchwork.linux-mips.org/patch/4140/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent b902d9a
History
Tip revision: 8551fb643ad6fe07f16d0825c8b6d99246024b9a authored by Yoichi Yuasa on 01 August 2012, 06:38:00 UTC
MIPS: AR7: Fix redefinition of clk_* by adding select HAVE_CLK
Tip revision: 8551fb6
File Mode Size
ccids
Kconfig -rw-r--r-- 1.7 KB
Makefile -rw-r--r-- 842 bytes
ackvec.c -rw-r--r-- 12.4 KB
ackvec.h -rw-r--r-- 4.7 KB
ccid.c -rw-r--r-- 5.2 KB
ccid.h -rw-r--r-- 8.7 KB
dccp.h -rw-r--r-- 16.7 KB
diag.c -rw-r--r-- 2.3 KB
feat.c -rw-r--r-- 47.2 KB
feat.h -rw-r--r-- 4.6 KB
input.c -rw-r--r-- 21.6 KB
ipv4.c -rw-r--r-- 28.5 KB
ipv6.c -rw-r--r-- 30.5 KB
ipv6.h -rw-r--r-- 822 bytes
minisocks.c -rw-r--r-- 7.9 KB
options.c -rw-r--r-- 17.2 KB
output.c -rw-r--r-- 20.2 KB
probe.c -rw-r--r-- 4.9 KB
proto.c -rw-r--r-- 30.0 KB
qpolicy.c -rw-r--r-- 3.4 KB
sysctl.c -rw-r--r-- 2.8 KB
timer.c -rw-r--r-- 7.5 KB

back to top