cache_mngt: Make __nl_cache_ops_lookup() static, it was never declared

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Graf 2014-07-26 21:33:20 +02:00 committed by Thomas Haller
parent 99050f2248
commit 5329f6a6c7

View File

@ -38,7 +38,7 @@ static NL_RW_LOCK(cache_ops_lock);
* @{
*/
struct nl_cache_ops *__nl_cache_ops_lookup(const char *name)
static struct nl_cache_ops *__nl_cache_ops_lookup(const char *name)
{
struct nl_cache_ops *ops;