bpf: Make bpf_link_fops static
[linux-2.6-microblaze.git] / kernel / bpf / syscall.c
index bca58c2..7626b80 100644 (file)
@@ -2283,7 +2283,7 @@ static void bpf_link_show_fdinfo(struct seq_file *m, struct file *filp)
 }
 #endif
 
-const struct file_operations bpf_link_fops = {
+static const struct file_operations bpf_link_fops = {
 #ifdef CONFIG_PROC_FS
        .show_fdinfo    = bpf_link_show_fdinfo,
 #endif