From: James A Shackleford Date: Wed, 25 Jun 2014 02:52:39 +0000 (-0400) Subject: staging: rtl8712: remove function get_list_head X-Git-Tag: cleanup-for-v3.18~125^2~1381 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e99a428a1daed550142a08f6acb5265a1d108e65;p=pandora-kernel.git staging: rtl8712: remove function get_list_head get_list_head is an inline that returns &list->head. This patch removes this inline and directly applies &list->head where applicable. Signed-off-by: James A Shackleford Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed