Browse Source

qcacld-3.0: Remove CDS_SCHED_THREAD_HEART_BEAT

Macro CDS_SCHED_THREAD_HEART_BEAT is unused, so remove it.

Change-Id: I28a2aa8117e5f9bacd20aadc086103f40585e922
CRs-Fixed: 2374848
Jeff Johnson 6 years ago
parent
commit
783ef375c5
1 changed files with 2 additions and 3 deletions
  1. 2 3
      core/cds/src/cds_sched.c

+ 2 - 3
core/cds/src/cds_sched.c

@@ -22,7 +22,6 @@
  *  DOC: CDS Scheduler Implementation
  */
 
- /* Include Files */
 #include <cds_api.h>
 #include <ani_global.h>
 #include <sir_types.h>
@@ -36,10 +35,10 @@
 #include <linux/spinlock.h>
 #include <linux/kthread.h>
 #include <linux/cpu.h>
-/* Preprocessor Definitions and Constants */
-#define CDS_SCHED_THREAD_HEART_BEAT    INFINITE
+
 /* Milli seconds to delay SSR thread when an Entry point is Active */
 #define SSR_WAIT_SLEEP_TIME 200
+
 /* MAX iteration count to wait for Entry point to exit before
  * we proceed with SSR in WD Thread
  */