diff --git a/include/linux/bpf.h b/include/linux/bpf.h index 3805433cbd85..eb8deaed8212 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h @@ -276,7 +276,7 @@ struct bpf_map_owner { bool xdp_has_frags; u64 storage_cookie[MAX_BPF_CGROUP_STORAGE_TYPE]; const struct btf_type *attach_func_proto; - DEEPIN_KABI_EXTEND(enum bpf_attach_type expected_attach_type) + enum bpf_attach_type expected_attach_type; }; struct bpf_map {