X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=net%2Fipv4%2Fesp4.c;h=ba57446d5d1f4a1831f926859dca12c40369067e;hb=2a5a68b840cbab31baab2d9b2e1e6de3b289ae1e;hp=eae84cc39d3f10e984c93e11cb4a94c160bc6a80;hpb=21035ffeb7fa5abf6f178befc8b34752a629e1bf;p=linux-2.6 diff --git a/net/ipv4/esp4.c b/net/ipv4/esp4.c index eae84cc39d..ba57446d5d 100644 --- a/net/ipv4/esp4.c +++ b/net/ipv4/esp4.c @@ -362,7 +362,7 @@ static void esp_destroy(struct xfrm_state *x) kfree(esp); } -static int esp_init_state(struct xfrm_state *x, void *args) +static int esp_init_state(struct xfrm_state *x) { struct esp_data *esp = NULL;