From: Benjamin Romer Date: Tue, 30 Sep 2014 16:07:46 +0000 (-0400) Subject: staging: unisys: remove typedef for PERIODIC_WORK X-Git-Tag: fixes-for-v3.18-merge-window~15^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c5653b7de5ea101dff407fd09840710917aa19b;p=pandora-kernel.git staging: unisys: remove typedef for PERIODIC_WORK In periodic_work.h, remove the typedef PERIODIC_WORK and replace it with struct periodic_work, and update functions used to manipulate the structure to use the new name. The functions used to manipulate the PERIODIC_WORK type are updated to use the fixed name, corrected for clarity, and changed to not use periodic_work as the parameter's name. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed