From 9f952489fd05b376f4f1e2518dac20b996f8f096 Mon Sep 17 00:00:00 2001 From: James A Shackleford Date: Wed, 9 Jul 2014 15:10:45 -0400 Subject: [PATCH] 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-format-patch failed