Update ucc_geth.c for new workqueue structure
authorTimur Tabi <timur@freescale.com>
Tue, 9 Jan 2007 18:31:38 +0000 (12:31 -0600)
committerJeff Garzik <jeff@garzik.org>
Thu, 18 Jan 2007 17:03:48 +0000 (12:03 -0500)
commitdf19b6b020791b4c42e7cf2e4f582454cbc49251
treeafe701ed2b38cc4bd3f4196fb618f4fe6872d7dd
parentb2db8dd4fdce7f31aa72a854e2433108d474ebb2
Update ucc_geth.c for new workqueue structure

The workqueue interface changed with David Howell's patch on 11/22/2006
(SHA 65f27f38446e1976cc98fd3004b110fedcddd189).  Several drivers were
updated with that patch to handle the new interface, but ucc_geth.c
was not one of them.  This patch updates ucc_geth.c to support the new
model.

A compiler warning in set_mac_addr() was also fixed.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ucc_geth.c