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)
commit7a12122c7a00347da9669cfcde82954c9e3d6f5e
treed428eca1cae725f4224288607460fce5c9925266
parent2378982487c492541d17adc0a870e7e83b07ba43
net: Remove unused parameter of xfrm_gen_index()

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>
net/xfrm/xfrm_policy.c