]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ixp2000: use netif_rx_schedule_test
authorLennert Buytenhek <buytenh@wantstofly.org>
Wed, 23 Nov 2005 11:49:25 +0000 (12:49 +0100)
committerJeff Garzik <jgarzik@pobox.com>
Thu, 1 Dec 2005 07:25:26 +0000 (02:25 -0500)
commitee61249468ec9bb8d032896ae2e8ba8a8b8c3972
treef75e8b32e807bc39633fa04d5f47f1c381343ce5
parent6744a5069bdadd96324290d015103163a0f7a45b
[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 <buytenh@wantstofly.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/ixp2000/ixpdev.c