Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / drivers / staging / dream / smd / smd_rpcrouter.h
index a7416a2ec58cfed80b6bbe66e5d262260e87f885..86ab997b1b79dec274970cdc7ba317a693b881d1 100644 (file)
@@ -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;