[PATCH 1/6] clocksource: timer-ti-dm: Make unexported functions static
From: tony@atomide.com (Tony Lindgren)
Date: 2018-02-28 22:11:15
Also in:
linux-omap, linux-pwm
From: tony@atomide.com (Tony Lindgren)
Date: 2018-02-28 22:11:15
Also in:
linux-omap, linux-pwm
* Tony Lindgren [off-list ref] [180227 19:24]:
* Ladislav Michl [off-list ref] [180227 19:09]:quoted
On Tue, Feb 27, 2018 at 10:06:41AM -0800, Tony Lindgren wrote:quoted
* Ladislav Michl [off-list ref] [180223 10:14]:quoted
As dmtimer no longer exports functions, make those previously exported static (this requires few functions to be moved around as their prototypes were deleted).Looks like this one fails to build with omap1_defconfig: drivers/clocksource/timer-ti-dm.c:935:14: error: 'omap_dm_timer_get_fclk' undeclared hereUmm, it compiled fine on top of previous versions, so I didn't bother to retest. I'm sorry about it.quoted
Other than that the first three patches seem like nice clean-up :)So are you okay with sending those separately as cleanup with above issue fixed?Yeah seems like those first three are suitable for applying on top of the patches in omap-for-v4.17/timer :)
I've now applied your v2 of patch 1 and patches 2 and 3 of this series into omap-for-v4.17/timer. Thanks, Tony