Re: [PATCH] clocksource: pxa_timer: add missing header dependencies

2016-09-03 Thread Daniel Lezcano
On 09/03/2016 05:18 AM, Baoyou Xie wrote: > We get 1 warning when building kernel with W=1: > drivers/clocksource/pxa_timer.c:221:13: warning: no previous prototype for > 'pxa_timer_nodt_init' [-Wmissing-prototypes] > > In fact, this function is declared in include/clocksource/pxa.h, > although

Re: [PATCH] clocksource: pxa_timer: add missing header dependencies

2016-09-03 Thread Daniel Lezcano
On 09/03/2016 05:18 AM, Baoyou Xie wrote: > We get 1 warning when building kernel with W=1: > drivers/clocksource/pxa_timer.c:221:13: warning: no previous prototype for > 'pxa_timer_nodt_init' [-Wmissing-prototypes] > > In fact, this function is declared in include/clocksource/pxa.h, > although

[PATCH] clocksource: pxa_timer: add missing header dependencies

2016-09-02 Thread Baoyou Xie
We get 1 warning when building kernel with W=1: drivers/clocksource/pxa_timer.c:221:13: warning: no previous prototype for 'pxa_timer_nodt_init' [-Wmissing-prototypes] In fact, this function is declared in include/clocksource/pxa.h, although it's not referenced anywhere now, it can be referenced

[PATCH] clocksource: pxa_timer: add missing header dependencies

2016-09-02 Thread Baoyou Xie
We get 1 warning when building kernel with W=1: drivers/clocksource/pxa_timer.c:221:13: warning: no previous prototype for 'pxa_timer_nodt_init' [-Wmissing-prototypes] In fact, this function is declared in include/clocksource/pxa.h, although it's not referenced anywhere now, it can be referenced