Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block
[linux-2.6-block.git] / kernel / trace / bpf_trace.c
index 4228fd3682c3d45894f0f3bbc13a715331a24e7c..45dd798bcd37e7bd529e61932e51a30366590626 100644 (file)
@@ -316,7 +316,7 @@ static bool kprobe_prog_is_valid_access(int off, int size, enum bpf_access_type
        return true;
 }
 
-static struct bpf_verifier_ops kprobe_prog_ops = {
+static const struct bpf_verifier_ops kprobe_prog_ops = {
        .get_func_proto  = kprobe_prog_func_proto,
        .is_valid_access = kprobe_prog_is_valid_access,
 };