summaryrefslogtreecommitdiff
path: root/drivers/staging/dream/smd/smd_rpcrouter.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2009-10-24 22:01:08 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 12:23:11 -0800
commit3001fa0522b87cbd756896a7ffa30a38fdf7a388 (patch)
treebcd0c78b5b190651f3ae334c2c2780e535f4500a /drivers/staging/dream/smd/smd_rpcrouter.h
parentace9e7915badc44d0240b12ca9817b0171623f29 (diff)
Staging: dream: remove wakelock support from smd_rpcrouter.h
wakelocks are power optimalization, not supported in mainline. Remove them so that code compiles on mainline. Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/dream/smd/smd_rpcrouter.h')
-rw-r--r--drivers/staging/dream/smd/smd_rpcrouter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/dream/smd/smd_rpcrouter.h b/drivers/staging/dream/smd/smd_rpcrouter.h
index a7416a2ec58c..86ab997b1b79 100644
--- a/drivers/staging/dream/smd/smd_rpcrouter.h
+++ b/drivers/staging/dream/smd/smd_rpcrouter.h
@@ -22,7 +22,6 @@
#include <linux/list.h>
#include <linux/cdev.h>
#include <linux/platform_device.h>
-#include <linux/wakelock.h>
#include <mach/msm_smd.h>
#include <mach/msm_rpcrouter.h>
@@ -144,7 +143,6 @@ struct msm_rpc_endpoint {
/* complete packets waiting to be read */
struct list_head read_q;
spinlock_t read_q_lock;
- struct wake_lock read_q_wake_lock;
wait_queue_head_t wait_q;
unsigned flags;