diff options
Diffstat (limited to 'include/linux/bpf.h')
-rw-r--r-- | include/linux/bpf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h index 5df8e9e2a393..b92ef9f73e42 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h | |||
@@ -600,7 +600,6 @@ void bpf_map_area_free(void *base); | |||
600 | void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr); | 600 | void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr); |
601 | 601 | ||
602 | extern int sysctl_unprivileged_bpf_disabled; | 602 | extern int sysctl_unprivileged_bpf_disabled; |
603 | extern int sysctl_bpf_stats_enabled; | ||
604 | 603 | ||
605 | int bpf_map_new_fd(struct bpf_map *map, int flags); | 604 | int bpf_map_new_fd(struct bpf_map *map, int flags); |
606 | int bpf_prog_new_fd(struct bpf_prog *prog); | 605 | int bpf_prog_new_fd(struct bpf_prog *prog); |