summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_struct_ops_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/bpf/bpf_struct_ops_types.h')
-rw-r--r--kernel/bpf/bpf_struct_ops_types.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/kernel/bpf/bpf_struct_ops_types.h b/kernel/bpf/bpf_struct_ops_types.h
deleted file mode 100644
index 5678a9ddf817..000000000000
--- a/kernel/bpf/bpf_struct_ops_types.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/* internal file - do not include directly */
-
-#ifdef CONFIG_BPF_JIT
-#ifdef CONFIG_NET
-BPF_STRUCT_OPS_TYPE(bpf_dummy_ops)
-#endif
-#ifdef CONFIG_INET
-#include <net/tcp.h>
-BPF_STRUCT_OPS_TYPE(tcp_congestion_ops)
-#endif
-#endif