patch-2.3.14 linux/net/sched/cls_route.c

Next file: linux/net/sched/sch_api.c
Previous file: linux/net/sched/cls_api.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.13/linux/net/sched/cls_route.c linux/net/sched/cls_route.c
@@ -83,7 +83,7 @@
 	return id&0xF;
 }
 
-static void route4_reset_fastmap(struct device *dev, struct route4_head *head, u32 id)
+static void route4_reset_fastmap(struct net_device *dev, struct route4_head *head, u32 id)
 {
 	spin_lock_bh(&dev->queue_lock);
 	memset(head->fastmap, 0, sizeof(head->fastmap));

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)