]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/ipv4/fib_trie.c
ipv4: cleanup - remove two unused parameters from fib_semantic_match().
[mv-sheeva.git] / net / ipv4 / fib_trie.c
index ec0ae490f0b60306029126c0d848674cb2ee055d..9070d11058e577f683277798c29fdc61959b5126 100644 (file)
@@ -1347,8 +1347,7 @@ static int check_leaf(struct trie *t, struct leaf *l,
                if (l->key != (key & ntohl(mask)))
                        continue;
 
-               err = fib_semantic_match(&li->falh, flp, res,
-                                        htonl(l->key), mask, plen);
+               err = fib_semantic_match(&li->falh, flp, res, plen);
 
 #ifdef CONFIG_IP_FIB_TRIE_STATS
                if (err <= 0)