staging: r8188eu: Replace misspelled local container macro
[cascardo/linux.git] / drivers / staging / rtl8188eu / include / osdep_service.h
index e726ff8..5939921 100644 (file)
@@ -72,10 +72,6 @@ static inline struct list_head *get_list_head(struct __queue *queue)
        return &(queue->queue);
 }
 
-
-#define LIST_CONTAINOR(ptr, type, member) \
-       ((type *)((char *)(ptr)-(size_t)(&((type *)0)->member)))
-
 static inline int _enter_critical_mutex(struct mutex *pmutex,
                                        unsigned long *pirqL)
 {