[NETFILTER]: x_tables: remove unused size argument to check/destroy functions
[safe/jmp/linux-2.6] / net / ipv4 / netfilter / ipt_ecn.c
index b282504..dafbdec 100644 (file)
@@ -88,8 +88,7 @@ static int match(const struct sk_buff *skb,
 
 static int checkentry(const char *tablename, const void *ip_void,
                      const struct xt_match *match,
-                     void *matchinfo, unsigned int matchsize,
-                     unsigned int hook_mask)
+                     void *matchinfo, unsigned int hook_mask)
 {
        const struct ipt_ecn_info *info = matchinfo;
        const struct ipt_ip *ip = ip_void;