OSDN Git Service

staging: rtl8712: remove wrapper function is_list_empty
authorJames A Shackleford <shack@linux.com>
Wed, 25 Jun 2014 02:52:35 +0000 (22:52 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 00:33:15 +0000 (20:33 -0400)
commit9672b1bd831b12869aaa1ae0ede0e45cd18c5272
tree51376cb61404994a7671fcedb902c897aa0f0a4d
parent534c4acd1d45942eaae0db5858c82a33fac47468
staging: rtl8712: remove wrapper function is_list_empty

is_list_empty is just an inline wrapper around list_empty.  This patch
removes the wrapper and directly uses list_empty instead.

Signed-off-by: James A Shackleford <shack@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/osdep_service.h
drivers/staging/rtl8712/rtl8712_recv.c
drivers/staging/rtl8712/rtl871x_cmd.c
drivers/staging/rtl8712/rtl871x_xmit.c