net: Remove unused parameter of xfrm_gen_index()
authorArnaud Ebalard <arno@natisbad.org>
Thu, 13 Nov 2008 07:28:15 +0000 (23:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Nov 2008 07:28:15 +0000 (23:28 -0800)
In commit 2518c7c2b3d7f0a6b302b4efe17c911f8dd4049f ("[XFRM]: Hash
policies when non-prefixed."), the last use of xfrm_gen_policy() first
argument was removed, but the argument was left behind in the
prototype.

Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found