From: John Crispin <john@phrozen.org>
To: linux-mips@linux-mips.org
Subject: Re: [PATCH 1/4] MIPS: AR7: add select HAVE_CLK
Date: Wed, 01 Aug 2012 08:49:44 +0200 [thread overview]
Message-ID: <5018D188.4090506@phrozen.org> (raw)
In-Reply-To: <20120801153800.22d81b6d674d6722b2392574@linux-mips.org>
On 01/08/12 08:38, Yoichi Yuasa wrote:
> 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>
Hi Yoichi,
I had to apply the same fix to mips/lantiq/ to make it work.
for the whole series :
Reviewed-by: John Crispin <blogic@openwrt.org>
John
next prev parent reply other threads:[~2012-08-01 6:50 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 ` [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 ` John Crispin [this message]
2012-08-01 9:27 ` [PATCH 1/4] MIPS: AR7: " 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=5018D188.4090506@phrozen.org \
--to=john@phrozen.org \
--cc=linux-mips@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 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.