From: James A Shackleford Date: Wed, 25 Jun 2014 02:52:37 +0000 (-0400) Subject: staging: rtl8712: remove wrapper function list_delete X-Git-Tag: cleanup-for-v3.18~125^2~1383 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29197b7c45a144883d87cb8eaf337026cd886a20;p=pandora-kernel.git staging: rtl8712: remove wrapper function list_delete 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed