From: Russell King Date: Tue, 8 Jul 2014 12:01:44 +0000 (+0100) Subject: net: fec: replace delayed work with standard work X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~198^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36cdc743a320e78a5d12ca9765ec0f7d9f07b1f5;p=pandora-kernel.git net: fec: replace delayed work with standard work As of "better implementation of iMX6 ERR006358 quirk", we no longer have a requirement for a delayed work. Moreover, the work is now only used for timeout purposes, so the timeout flag is also pointless - we set it each time we queue the work, and the work clears it. Replace the fec_enet_delayed_work struct with a standard work_struct, resulting in simplified timeout handling code. Acked-by: Fugang Duan Signed-off-by: Russell King Signed-off-by: David S. Miller --- Reading git-diff-tree failed