| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Re: [PATCH 1/4] MIPS: AR7: add select HAVE_CLK |
| From: | John Crispin <john@phrozen.org> |
| Date: | Wed, 01 Aug 2012 08:49:44 +0200 |
| 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 |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 |
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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 4/4] MIPS: loongson1: more clk support and add select HAVE_CLK, Yoichi Yuasa |
|---|---|
| Next by Date: | Re: [PATCH 4/4] MIPS: loongson1: more clk support and add select HAVE_CLK, Kelvin Cheung |
| Previous by Thread: | Re: [PATCH 4/4] MIPS: loongson1: more clk support and add select HAVE_CLK, Kelvin Cheung |
| Next by Thread: | Re: [PATCH 1/4] MIPS: AR7: add select HAVE_CLK, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |