All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: imx: Remove the duplicated function declaration
@ 2015-04-29 21:18 Shenwei Wang
  2015-05-07 11:51 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Shenwei Wang @ 2015-04-29 21:18 UTC (permalink / raw)
  To: linux-arm-kernel

Removed the duplicated function declaration of mxc_timer_init
which was already declared in drivers/clk/imx/clk.h.

Signed-off-by: Shenwei Wang <shenwei.wang@freescale.com>
---
 arch/arm/mach-imx/common.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h
index d1e2873..029f6f0 100644
--- a/arch/arm/mach-imx/common.h
+++ b/arch/arm/mach-imx/common.h
@@ -44,7 +44,6 @@ void imx27_soc_init(void);
 void imx31_soc_init(void);
 void imx35_soc_init(void);
 void epit_timer_init(void __iomem *base, int irq);
-void mxc_timer_init(unsigned long, int);
 int mx1_clocks_init(unsigned long fref);
 int mx21_clocks_init(unsigned long lref, unsigned long fref);
 int mx27_clocks_init(unsigned long fref);
-- 
1.9.1

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

* [PATCH 1/1] ARM: imx: Remove the duplicated function declaration
  2015-04-29 21:18 [PATCH 1/1] ARM: imx: Remove the duplicated function declaration Shenwei Wang
@ 2015-05-07 11:51 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2015-05-07 11:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Apr 29, 2015 at 04:18:37PM -0500, Shenwei Wang wrote:
> Removed the duplicated function declaration of mxc_timer_init
> which was already declared in drivers/clk/imx/clk.h.
> 
> Signed-off-by: Shenwei Wang <shenwei.wang@freescale.com>

Applied, thanks.

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

end of thread, other threads:[~2015-05-07 11:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-29 21:18 [PATCH 1/1] ARM: imx: Remove the duplicated function declaration Shenwei Wang
2015-05-07 11:51 ` Shawn Guo

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.