Hi, On Thu, Sep 01, 2016 at 06:51:48PM +0800, Baoyou Xie wrote: > We get 1 warning when building kernel with W=1: > drivers/clk/sunxi-ng/ccu_nk.c:17:6: warning: no previous prototype for > 'ccu_nk_find_best' [-Wmissing-prototypes] > > In fact, this function is only used in the file in which it is > declared and don't need a declaration, but can be made static. > So this patch marks it 'static'. > > Signed-off-by: Baoyou Xie <[email protected]>
A similar patch has been merged already. Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
signature.asc
Description: PGP signature

