summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/linux/filter.h2
-rw-r--r--include/linux/netdevice.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/filter.h b/include/linux/filter.h
index a2560d01ae06..48a37cb55775 100644
--- a/include/linux/filter.h
+++ b/include/linux/filter.h
@@ -469,6 +469,8 @@ struct bpf_prog *bpf_patch_insn_single(struct bpf_prog *prog, u32 off,
const struct bpf_insn *patch, u32 len);
#ifdef CONFIG_BPF_JIT
+extern int bpf_jit_enable;
+
typedef void (*bpf_jit_fill_hole_t)(void *area, unsigned int size);
struct bpf_binary_header *
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index e080ad78e2ba..faffcd8438a2 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -3632,7 +3632,6 @@ void netdev_stats_to_stats64(struct rtnl_link_stats64 *stats64,
extern int netdev_max_backlog;
extern int netdev_tstamp_prequeue;
extern int weight_p;
-extern int bpf_jit_enable;
bool netdev_has_upper_dev(struct net_device *dev, struct net_device *upper_dev);
struct net_device *netdev_upper_get_next_dev_rcu(struct net_device *dev,