Re: [PATCH 3/3] clocksource: timer-dm: Make unexported functions static

2018-01-22 Thread Ladislav Michl
On Mon, Jan 22, 2018 at 11:26:44AM +0200, Claudiu Beznea wrote: > On 17.01.2018 23:48, Ladislav Michl wrote: > > As dmtimer no longer exports functions, make those previously > > exported static. > > > > Signed-off-by: Ladislav Michl > > --- > > Note: only those functions assigned to timer ops a

Re: [PATCH 3/3] clocksource: timer-dm: Make unexported functions static

2018-01-22 Thread Claudiu Beznea
On 17.01.2018 23:48, Ladislav Michl wrote: > As dmtimer no longer exports functions, make those previously > exported static. > > Signed-off-by: Ladislav Michl > --- > Note: only those functions assigned to timer ops are made static >as some others will be needed later for event captur

[PATCH 3/3] clocksource: timer-dm: Make unexported functions static

2018-01-17 Thread Ladislav Michl
As dmtimer no longer exports functions, make those previously exported static. Signed-off-by: Ladislav Michl --- Note: only those functions assigned to timer ops are made static as some others will be needed later for event capture. drivers/clocksource/timer-dm.c | 218