commit | 9f952489fd05b376f4f1e2518dac20b996f8f096 | [log] [tgz] |
---|---|---|
author | James A Shackleford <shack@linux.com> | Wed Jul 09 15:10:45 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 09 12:30:46 2014 -0700 |
tree | d32a097b20c0d3fbe1f843e5308f8b3bdbd55093 | |
parent | f380790c98d6f2b3d5d1f03e6be8697a40409166 [diff] |
staging: rtl8712: remove wrapper function _init_workitem() The inline function _init_workitem() is just a wrapper around INIT_WORK(). Oddly, this wrapper accepts 3 parameters while INIT_WORK() only accepts 2. The third parameter is unused. Signed-off-by: James A Shackleford <shack@linux.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>