]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb000a1b57c798946db7cb601c18976ce637e2da6
treeafe701ed2b38cc4bd3f4196fb618f4fe6872d7dd
parentdeb298d510904418286cfb723fe96144157a4c03
Update ucc_geth.c for new workqueue structure

The workqueue interface changed with David Howell's patch on 11/22/2006
(SHA d08e3ede8838a8f098d0d65829e28d83c2190ee2).  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