staging: rtl8712: remove wrapper function list_delete
authorJames A Shackleford <shack@linux.com>
Wed, 25 Jun 2014 02:52:37 +0000 (22:52 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 00:33:15 +0000 (20:33 -0400)
list_delete is just an inline wrapper around list_del_init.  This patch
removes the wrapper and directly uses list_del_init.

Signed-off-by: James A Shackleford <shack@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found