From: James A Shackleford Date: Wed, 25 Jun 2014 02:52:36 +0000 (-0400) Subject: staging: rtl8712: remove wrapper function list_insert_tail X-Git-Tag: cleanup-for-v3.18~125^2~1384 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdfbf7890dcac98d698ce889720e90c1f26cf30f;p=pandora-kernel.git staging: rtl8712: remove wrapper function list_insert_tail list_insert_tail is just an inline wrapper around list_add_tail. This patch removes the wrapper and directly uses list_add_tail. Signed-off-by: James A Shackleford Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed