From: Haavard Skinnemoen Date: Fri, 8 Dec 2006 13:37:35 +0000 (+0100) Subject: [PATCH] MACB: Use struct delayed_work instead of struct work_struct X-Git-Tag: v2.6.20-rc1~146^2~25^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d836cae4f683211f14c1fd8184f478622b185164;p=pandora-kernel.git [PATCH] MACB: Use struct delayed_work instead of struct work_struct The macb driver calls schedule_delayed_work() and friends, so we need to use a struct delayed_work along with it. The conversion was explained by David Howells on lkml Dec 5 2006: http://lkml.org/lkml/2006/12/5/269 Signed-off-by: Haavard Skinnemoen Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed