[PATCH] MACB: Use struct delayed_work instead of struct work_struct
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Fri, 8 Dec 2006 13:37:35 +0000 (14:37 +0100)
committerJeff Garzik <jeff@garzik.org>
Mon, 11 Dec 2006 14:31:28 +0000 (09:31 -0500)
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 <hskinnemoen@atmel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found