Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / rtl8712 / osdep_service.h
index ad041c96fdb84817a6e7e19cb60b33d197f535ef..c9ea50daffff0a28ca919404cc270380d45ee676 100644 (file)
@@ -57,13 +57,6 @@ struct       __queue {
                spin_lock_init(&((pqueue)->lock));      \
        } while (0)
 
-static inline u32 _down_sema(struct semaphore *sema)
-{
-       if (down_interruptible(sema))
-               return _FAIL;
-       return _SUCCESS;
-}
-
 static inline u32 end_of_queue_search(struct list_head *head,
                struct list_head *plist)
 {
This page took 0.02312 seconds and 5 git commands to generate.