diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index beaf28456301..7a14ea37d2df 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * TCP over IPv6 | 3 | * TCP over IPv6 |
3 | * Linux INET6 implementation | 4 | * Linux INET6 implementation |
@@ -16,11 +17,6 @@ | |||
16 | * Alexey Kuznetsov allow both IPv4 and IPv6 sockets to bind | 17 | * Alexey Kuznetsov allow both IPv4 and IPv6 sockets to bind |
17 | * a single port at the same time. | 18 | * a single port at the same time. |
18 | * YOSHIFUJI Hideaki @USAGI: convert /proc/net/tcp6 to seq_file. | 19 | * YOSHIFUJI Hideaki @USAGI: convert /proc/net/tcp6 to seq_file. |
19 | * | ||
20 | * This program is free software; you can redistribute it and/or | ||
21 | * modify it under the terms of the GNU General Public License | ||
22 | * as published by the Free Software Foundation; either version | ||
23 | * 2 of the License, or (at your option) any later version. | ||
24 | */ | 20 | */ |
25 | 21 | ||
26 | #include <linux/bottom_half.h> | 22 | #include <linux/bottom_half.h> |