From: Lennert Buytenhek Date: Wed, 23 Nov 2005 11:49:25 +0000 (+0100) Subject: [PATCH] ixp2000: use netif_rx_schedule_test X-Git-Tag: v2.6.16-rc1~474^2~22^2~7^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee61249468ec9bb8d032896ae2e8ba8a8b8c3972;p=pandora-kernel.git [PATCH] ixp2000: use netif_rx_schedule_test The sky2 driver introduced netif_rx_schedule_test(). This is exactly what we need, so remove our local version of this function (which was called netif_rx_schedule_prep_notup) and use the generic one instead. Signed-off-by: Lennert Buytenhek Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed