[NETFILTER]: x_tables: remove unused argument to target functions
[pandora-kernel.git] / include / linux / netfilter_ipv4 / ip_tables.h
index c0dac16..a536bbd 100644 (file)
@@ -312,8 +312,7 @@ extern unsigned int ipt_do_table(struct sk_buff **pskb,
                                 unsigned int hook,
                                 const struct net_device *in,
                                 const struct net_device *out,
-                                struct ipt_table *table,
-                                void *userdata);
+                                struct ipt_table *table);
 
 #define IPT_ALIGN(s) XT_ALIGN(s)