Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1475602

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

From Daniel Lezcano <daniel.lezcano@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH] clocksource: pxa_timer: add missing header dependencies
Date 2016-09-03 14:00 +0200
Message-ID <sdhM5-4Da-9@gated-at.bofh.it> (permalink)
References <sd9Ox-8iw-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 it's not referenced anywhere now, it can be referenced 
> by someone out of nowhere in future, so this patch adds missing
> header dependencies.
> 
> Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
> ---

Already applied [1].

Thanks.

[1]
https://git.kernel.org/cgit/linux/kernel/git/tip/tip.git/commit/?h=timers/urgent&id=aa8c0f1ad7e862147f4efb32bbb71ff66eb38caa


-- 
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] clocksource: pxa_timer: add missing header dependencies Baoyou Xie <baoyou.xie@linaro.org> - 2016-09-03 05:30 +0200
  Re: [PATCH] clocksource: pxa_timer: add missing header dependencies Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-09-03 14:00 +0200

csiph-web