summaryrefslogtreecommitdiff
path: root/include/net/netns/dccp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns/dccp.h')
-rw-r--r--include/net/netns/dccp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/net/netns/dccp.h b/include/net/netns/dccp.h
deleted file mode 100644
index cdbc4f5b8390..000000000000
--- a/include/net/netns/dccp.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __NETNS_DCCP_H__
-#define __NETNS_DCCP_H__
-
-struct sock;
-
-struct netns_dccp {
- struct sock *v4_ctl_sk;
- struct sock *v6_ctl_sk;
-};
-
-#endif