Merge branch 'linus' into perf/core, to refresh the branch
[linux-2.6-block.git] / kernel / bpf / stackmap.c
index f1de5c1a2af6b8c499911443c2744f219405e7a8..bf4495fcd25d6775f9144564fe16a7fda95a1c67 100644 (file)
@@ -116,7 +116,7 @@ free_smap:
        return ERR_PTR(err);
 }
 
-static u64 bpf_get_stackid(u64 r1, u64 r2, u64 flags, u64 r4, u64 r5)
+u64 bpf_get_stackid(u64 r1, u64 r2, u64 flags, u64 r4, u64 r5)
 {
        struct pt_regs *regs = (struct pt_regs *) (long) r1;
        struct bpf_map *map = (struct bpf_map *) (long) r2;