Re: [PATCH] arm: omap2: timer: always define omap4_local_timer_init

2015-09-28 Thread Felipe Balbi
On Mon, Sep 28, 2015 at 04:10:40PM -0500, Nishanth Menon wrote: > On 09/28/2015 01:25 PM, Felipe Balbi wrote: > > omap4_local_timer_init() can be used by other > > platforms as is. At least AM437x wants to use > > it. Instead of making omap4-only and providing > > a stub for builds without OMAP4, w

Re: [PATCH] arm: omap2: timer: always define omap4_local_timer_init

2015-09-28 Thread Nishanth Menon
On 09/28/2015 01:25 PM, Felipe Balbi wrote: > omap4_local_timer_init() can be used by other > platforms as is. At least AM437x wants to use > it. Instead of making omap4-only and providing > a stub for builds without OMAP4, we can just > always define that function. > > Reported-by: Nishanth Menon

[PATCH] arm: omap2: timer: always define omap4_local_timer_init

2015-09-28 Thread Felipe Balbi
omap4_local_timer_init() can be used by other platforms as is. At least AM437x wants to use it. Instead of making omap4-only and providing a stub for builds without OMAP4, we can just always define that function. Reported-by: Nishanth Menon Signed-off-by: Felipe Balbi --- arch/arm/mach-omap2/ti