From: Alexander Duyck Date: Thu, 22 Jan 2015 23:51:39 +0000 (-0800) Subject: fib_trie: Move fib_find_alias to file where it is used X-Git-Tag: fixes-v4.0-rc1~150^2~150^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02525368f48c197bce6e4251ff7bde92fa6f026e;p=pandora-kernel.git fib_trie: Move fib_find_alias to file where it is used The function fib_find_alias is only accessed by functions in fib_trie.c as such it makes sense to relocate it and cast it as static so that the compiler can take advantage of optimizations it can do to it as a local function. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed