aboutsummaryrefslogtreecommitdiff
path: root/net/sched/simple.c
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-08-30 03:38:51 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-08-30 03:38:51 -0400
commit4dd9e909e3b834b66fd48d6eac50c6557cc50275 (patch)
tree08315c79b1fbd8e3344881c260dce730e5ebea3c /net/sched/simple.c
parent76b2bf9b4dee2fb32ef17f5c84a99ce481a14be2 (diff)
parent1fdab81e675c6ef76a49b8aabb7eaf4be51d1b80 (diff)
/spare/repo/libata-dev branch 'master'
Diffstat (limited to 'net/sched/simple.c')
-rw-r--r--net/sched/simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/simple.c b/net/sched/simple.c
index 3ab4c675ab5..8a6ae4f491e 100644
--- a/net/sched/simple.c
+++ b/net/sched/simple.c
@@ -44,7 +44,7 @@ static DEFINE_RWLOCK(simp_lock);
#include <net/pkt_act.h>
#include <net/act_generic.h>
-static int tcf_simp(struct sk_buff **pskb, struct tc_action *a)
+static int tcf_simp(struct sk_buff **pskb, struct tc_action *a, struct tcf_result *res)
{
struct sk_buff *skb = *pskb;
struct tcf_defact *p = PRIV(a, defact);