bpf: Make symbol 'bpf_task_storage_busy' static
[linux-2.6-microblaze.git] / kernel / bpf / bpf_task_storage.c
index fd3c74e..3ce7575 100644 (file)
@@ -20,7 +20,7 @@
 
 DEFINE_BPF_STORAGE_CACHE(task_cache);
 
-DEFINE_PER_CPU(int, bpf_task_storage_busy);
+static DEFINE_PER_CPU(int, bpf_task_storage_busy);
 
 static void bpf_task_storage_lock(void)
 {