Signed-off-by: navin patidar <navin.pati...@gmail.com>
---
 drivers/staging/rtl8712/osdep_service.h |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/staging/rtl8712/osdep_service.h 
b/drivers/staging/rtl8712/osdep_service.h
index 09e1561..66ed7f1 100644
--- a/drivers/staging/rtl8712/osdep_service.h
+++ b/drivers/staging/rtl8712/osdep_service.h
@@ -52,12 +52,6 @@ struct       __queue {
 #define thread_exit() complete_and_exit(NULL, 0)
 #define _workitem struct work_struct
 
-#define _init_queue(pqueue)                            \
-       do {                                            \
-               _init_listhead(&((pqueue)->queue));     \
-               spin_lock_init(&((pqueue)->lock));      \
-       } while (0)
-
 static inline struct list_head *get_next(struct list_head *list)
 {
        return list->next;
-- 
1.7.10.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to