summaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/osal-kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/nmf-cm/osal-kernel.h')
-rw-r--r--drivers/staging/nmf-cm/osal-kernel.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/nmf-cm/osal-kernel.h b/drivers/staging/nmf-cm/osal-kernel.h
index dc9bc8445ac..7a71bdd591d 100644
--- a/drivers/staging/nmf-cm/osal-kernel.h
+++ b/drivers/staging/nmf-cm/osal-kernel.h
@@ -11,7 +11,6 @@
#include <linux/interrupt.h>
#include <linux/hwmem.h>
#include <linux/regulator/consumer.h>
-#include <linux/plist.h>
#ifdef CONFIG_HAS_WAKELOCK
#include <linux/wakelock.h>
#endif
@@ -25,6 +24,7 @@
*/
#define _CM_ELF_H
#include <cm/engine/os_adaptation_layer/inc/os_adaptation_layer.h>
+#include <linux/plist.h>
#include "configuration.h"
@@ -56,9 +56,6 @@ struct mpcConfig {
#endif
struct task_struct *monitor_tsk; /**< task to monitor the dsp load; */
t_cm_mpc_load_counter oldLoadCounter; /**< previous load counter of the DSP */
- atomic_t trace_read_count; /**< number of trace reader */
- spinlock_t trace_reader_lock;
- struct task_struct *trace_reader;/**< current reader task */
#ifdef CONFIG_DEBUG_FS
struct dentry *dir; /**< debugfs dir entry */
struct dentry *comp_dir; /**< debugfs component dir entry */