[NETFILTER]: x_tables: remove unused argument to target functions
[deliverable/linux.git] / include / linux / netfilter_arp / arp_tables.h
index 62cc27daca4efe2a4fb1b2ac1a384c06229e2ff4..149e87c9ab1367cd95e5f058a40427f2167303f5 100644 (file)
@@ -248,8 +248,7 @@ extern unsigned int arpt_do_table(struct sk_buff **pskb,
                                  unsigned int hook,
                                  const struct net_device *in,
                                  const struct net_device *out,
-                                 struct arpt_table *table,
-                                 void *userdata);
+                                 struct arpt_table *table);
 
 #define ARPT_ALIGN(s) (((s) + (__alignof__(struct arpt_entry)-1)) & ~(__alignof__(struct arpt_entry)-1))
 #endif /*__KERNEL__*/
This page took 0.028179 seconds and 5 git commands to generate.