diff options
author | Yoichi Yuasa <yuasa@linux-mips.org> | 2012-08-01 15:38:00 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-08-01 17:58:57 +0200 |
commit | 8551fb643ad6fe07f16d0825c8b6d99246024b9a (patch) | |
tree | 7c7475940223e1ca79ff0feed4ebf5053628e199 /scripts | |
parent | b902d9a98e2bd0d3a2b7ddf7bca850b7f853569a (diff) | |
download | linux-stable-8551fb643ad6fe07f16d0825c8b6d99246024b9a.tar.gz linux-stable-8551fb643ad6fe07f16d0825c8b6d99246024b9a.tar.bz2 linux-stable-8551fb643ad6fe07f16d0825c8b6d99246024b9a.zip |
MIPS: AR7: Fix redefinition of clk_* by adding select HAVE_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>
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>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions