From: Roland Dreier Date: Tue, 9 Oct 2007 22:47:37 +0000 (-0700) Subject: ibm_emac: Convert to use napi_struct independent of struct net_device X-Git-Tag: v2.6.24-rc1~1454^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfe13f54f5028cff034e3b6247e9f433908f4f4f;p=pandora-kernel.git ibm_emac: Convert to use napi_struct independent of struct net_device Commit da3dedd9 ("[NET]: Make NAPI polling independent of struct net_device objects.") changed the interface to NAPI polling. Fix up the ibm_emac driver so that it works with this new interface. This is actually a nice cleanup because ibm_emac is one of the drivers that wants to have multiple NAPI structures for a single net_device. Tested with the internal MAC of a PowerPC 440SPe SoC with an AMCC 'Yucca' evaluation board. Signed-off-by: Roland Dreier Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed