Stefan Weil 08cf99629d util: Add 'static' attribute to function implementation
The static code analyzer smatch complains because of a missing 'static'
attribute:

util/module.c:166:6: warning:
 symbol 'module_load' was not declared. Should it be static?

'static' is used in the forward declaration, but not in the implementation.
Add it there, too.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-03-27 19:22:48 +04:00
..
2013-07-27 11:22:53 +04:00
2014-01-13 14:04:53 +01:00
2014-02-08 14:50:48 +00:00
2013-02-16 11:11:34 +00:00
2013-07-10 13:42:09 -04:00
2014-03-13 14:42:21 +01:00
2013-04-13 19:39:59 +00:00