commit | df353f61afb917ff66b2e784b0ffb85d0ebb29a4 | [log] [tgz] |
---|---|---|
author | James A Shackleford <shack@linux.com> | Tue Jun 24 22:52:40 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jun 26 20:33:16 2014 -0400 |
tree | 575754e542fcf48d1daf51e3bff4e8bc1c668cf3 | |
parent | e99a428a1daed550142a08f6acb5265a1d108e65 [diff] |
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 <shack@linux.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>