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