From: James A Shackleford Date: Wed, 9 Jul 2014 19:10:45 +0000 (-0400) Subject: staging: rtl8712: remove wrapper function _init_workitem() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f952489fd05b376f4f1e2518dac20b996f8f096;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed