Explorar o código

qcacmn: Make scheduler context static inside scheduler core

Make scheduler context static such that its not visible outside
core scheduler.

Change-Id: I202cfc62f7ff56f9f7d5a327dfe033f49d6c829e
CRs-Fixed: 1104147
Rajeev Kumar %!s(int64=8) %!d(string=hai) anos
pai
achega
c108cd3035
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      sch/src/scheduler_core.c

+ 1 - 1
sch/src/scheduler_core.c

@@ -28,7 +28,7 @@
 #include <scheduler_core.h>
 #include <osdep.h>
 
-struct scheduler_ctx *gp_sched_ctx = NULL;
+static struct scheduler_ctx *gp_sched_ctx;
 
 QDF_STATUS scheduler_create_ctx(void)
 {