]> Git Repo - J-linux.git/commitdiff
xfrm: Remove the repeated declaration
authorShaokun Zhang <[email protected]>
Sat, 29 May 2021 07:52:02 +0000 (15:52 +0800)
committerSteffen Klassert <[email protected]>
Tue, 1 Jun 2021 05:54:09 +0000 (07:54 +0200)
Function 'xfrm_parse_spi' is declared twice, so remove the
repeated declaration.

Cc: Steffen Klassert <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: "David S. Miller" <[email protected]>
Signed-off-by: Shaokun Zhang <[email protected]>
Signed-off-by: Steffen Klassert <[email protected]>
include/net/xfrm.h

index 6232a5f048bde66a35c056d08ea6421de3cdeb05..b306236784302adc3f9675b45fe8a53e53f6f292 100644 (file)
@@ -1571,7 +1571,6 @@ int xfrm4_rcv_encap(struct sk_buff *skb, int nexthdr, __be32 spi,
                    int encap_type);
 int xfrm4_transport_finish(struct sk_buff *skb, int async);
 int xfrm4_rcv(struct sk_buff *skb);
-int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq);
 
 static inline int xfrm4_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi)
 {
This page took 0.054801 seconds and 4 git commands to generate.