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